Ivan Yonchovski
Ivan Yonchovski
this: https://github.com/emacs-lsp/lsp-java/issues/71 I think that you can manually alter `.classpath` to do that too.
with that much info it is hard to tell. Can you provide a sample application and steps to reproduce?
most likely it is duplicate of https://github.com/emacs-lsp/dap-mode/issues/483
can you provide a python project to use that with? (note that lsp-mode/dap-mode support a lot of languages and maintainers might have zero knowledge for that particular language)
I tested it and everything seems to be working fine with the latest version of the packages: 
I guess this change is fixing your issue because you are not adding the proper project roots. Normally this method should not be used and it is leftover from the...
We might still want to monitor the build file for changes, e. g. when you edit pom.xml file it notifies the server and the server refreshes the workspace.
I think that the most promising approach will be to do "scopes" request and then from the "local" scope to get the variables. Check `dap-ui-locals--refresh`.
What debug adapter do you use? Can you check if there is some activity in *Messages* buffer after setting dap-print-io to t? Also, can you check the output buffer -...
Can you tell me what is RET bound to in the repl buffer? Use `C-h k`