Replies: 1 comment
-
nvim-jdtls currently doesn't support any of the linked out-of-spec requests, but nvim-dap in general supports debugging of multiple threads - with the limitation that only a single thread can be stopped at the breakpoint at a time (others can be paused). See mfussenegger/nvim-dap#498 for a demo |
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
-
I'm really lost about this. I think this provides support for multiple threaded debuging, but I'm not really sure if dap-nvim even supports this (?). Is this possible? Am I missing something? Thanks, in advance.
EDIT: the link references multiple threaded debbugin capabilities for the java-debug extension (I think?)
Beta Was this translation helpful? Give feedback.
All reactions