Debugging Python and C++ together with CodeLLDB in VS Code? #863
Unanswered
tienviitta
asked this question in
Q&A
Replies: 1 comment
-
You should be able to start a C++ debugging session, which attaches to the already running Python process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm about start a Python project where there will be a C++ extension. Extension will be build with pybind11. Is it possible to debug Python and C++ together with CodeLLDB in VS Code?
-p
Beta Was this translation helpful? Give feedback.
All reactions