Replies: 1 comment 5 replies
-
Looks like we may have a similar issue... #4477 I take you attaching ur IDE to c++ app and try to break point? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to write a Python module that calls C++ code (with a pybind11 wrapper). That Python code is then embedded in a C++ codebase. The idea is that you can write Python to modify the state of a C++ project. I'm getting an error while trying to debug (the Python code is erroring when I call a wrapped C++ function) and I'm not really sure the best way to go about it. Here's the stack trace:
Would appreciate any help. I don't know how to get the original C++ error.
Beta Was this translation helpful? Give feedback.
All reactions