When debugging into external dependency, debugging line is wrong #748
josemiguelo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
So I managed to setup dap and I can debug successfully MY code. But when step into some class that belongs to an external dependency, often the position of the cursor is wrong and I most likely debug blindly.
If (with the same configuration and same compilation artifacts) I debug in VSCode, the cursor position when debugging an external class is always right.
I use neovim to develop in Java, but the debug part is really important in my project and I have to go back and forth with VSCode when need to debug.
Can someone please give me some advice?
Beta Was this translation helpful? Give feedback.
All reactions