How to debug Python to C++ code ( C++ code invoked from python )

已回答

Friends,

I have c++ classes wrapped through some third party component, which have been invoked from Python. Now i would like to debug the c++ code through python script. For python i'm using PyCharm and for C++ i'm using Visual Studio.

Thanks in advance.

0
正式评论

Hi! Unfortunately, it isn't possible at the moment, but we have a feature request in our issue tracker: https://youtrack.jetbrains.com/issue/PY-21736

请先登录再写评论。