Replies: 1 comment
-
Solved, this was caused by me moving the project folder around. Rebuilding the project deleting previous cache solved the problem |
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
-
Following the instructions for nvim-dap integration and it does not seem to work. Non dap-related metals functions works fine, and dap using jdtls works fine in java, so I'm sure I made some mistake integrating metals and nvim-dap.
Here is my current config involving those using lazy:
Currently nvim-dap loads normally, and stuff like opening the repl or toggling breakpoints all function. But whenever I use dap.continue(), though the options show up, nothing happens afterwards, and repl tells me that there is no active debug session:
I also tried the super minimal config where no dap config is set and relying on code lens, but no code lens show up in either the main method nor the test methods. Trying to refresh and run returns
No executable code lens found at current line
Beta Was this translation helpful? Give feedback.
All reactions