You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the pybind11_embedded_module macro of pybind11 in my program to make python call the data of the C++ runtime, which is a good method, and I also succeeded, but the above operation is only compiled in release mode, but when my program bugs, I have to use debug mode to run, only to find that because pybind11_embedded_module macro, I can not debug the program, I do not know how to solve this problem, if I encounter the same problem please tell me the solution, thank you very much!
My environment is:
Qt5.15.2 and Qt Creator 5.0.2
Windows10 x64
CMake
pybind11 2.7.1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use the pybind11_embedded_module macro of pybind11 in my program to make python call the data of the C++ runtime, which is a good method, and I also succeeded, but the above operation is only compiled in release mode, but when my program bugs, I have to use debug mode to run, only to find that because pybind11_embedded_module macro, I can not debug the program, I do not know how to solve this problem, if I encounter the same problem please tell me the solution, thank you very much!
My environment is:
Qt5.15.2 and Qt Creator 5.0.2
Windows10 x64
CMake
pybind11 2.7.1
Beta Was this translation helpful? Give feedback.
All reactions