-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open-network-stream: Wrong type argument: stringp, nil #7
Comments
Can you do: (toggle-debug-on-error)
(setq lsp-print-io t)
(setq dap-print-io t) and then after retrying paste the content of *messages* buffer and the error callstack? |
Sure:
|
Can you paste the content of the messages buffer as well? I believe that the jdt server is not configured with the debug extension, I suspect that you are probably using stock jdt instead of jdt eclipse che one you can fix that by making sure that you are using latest LSP Java and calling Also, please delete the part in the config section, it is overriding the default java function with the demo one. I will update the readme to make that clear. (use-package dap-java) |
Ok, that got me a bit further: I will continue tomorrow, would be awesome to get a good Java debugger in Emacs again (haven't had that since jdibug and |
I will update the readme and I will change the code to raise an error if the server is not configured correctly, since lsp-mode is not doing that. Meanwhile update the dap-mode with today's version because l have reverted wrongly submitted cl. If you hit any issue feel free to ping me. |
Thanks @yyoncho! |
This looks like a cool extension for Emacs, but I cannot get it to work with remote debugging.
I've added this to my
.emacs
:But upon running
dap-debug
, selecting this or any other debug template, I get:Do you have any idea why?
My versions are:
Cheers!
The text was updated successfully, but these errors were encountered: