Closed beneeng closed 2 months ago
Hi @beneeng,
I found out that the javac
compilation command was missing the argument -g
for it to make the local variables and other symbols recognizable.
Thanks for the catch!
Feel free to reopen if the problem persists.
Works like a charm. Thanks!
Hey,
big fan of the project!
I can not seem to get the REPL working properly for tests. For some reason I can not get the value for any variable that is declared in a function. I can however access fields of the current class. It also works for static stuff.
Given the following Java method
This seems to be a dap-adapter configuration error, but I can not figure it out. Glad to help If you have an idea.
Could that be an issue with the way neotest-java sets up DAP?
Best Regards