Replies: 1 comment 3 replies
-
Vscode does not support mixed mode debugging. The only way to do this is to attach 2 different debuggers, one to the Java code and 1 to the c++ code. The best one for doing that on windows is WinDbg on the windows store. You can then set breakpoints in the native code that can get hit when Java calls into them. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have FRC robot code, and I would like to step in to WPILIB .c JNI files (e.g. while simulating the robot code. Is there a way to do this? I am in MS Code on Windows. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions