Debug embedded python module in c++ #4545
Replies: 2 comments 3 replies
-
u want to debug pyd or python code? |
Beta Was this translation helpful? Give feedback.
-
I use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a C++ code in which I am calling a python module using pybind11. Can any one tell me how to debug the python part of the code. The python module is custom. May be by debugger attachment or any other method that can help me?
Beta Was this translation helpful? Give feedback.
All reactions