-
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
dap-julia: Adapter for Julialang #173
Comments
Yes. You need the debug adapter and the corresponding debug templates. |
After more reading, it seems that the repo I linked to is just the interface code and not a proper debug server. That server still needs to be written, see also julia-vscode/julia-vscode#125. |
Some further comments here: puremourning/vimspector#256 (comment) |
Looks like Julia's DAP server works with VSCode now... [sorry for multiple copies of this comment -- Brave's connection with GitHub hung and I ended up submitting around 4 of these] |
@zot thanks for the update. What is missing here is a standalone DAP server executable, so did you manage to use it outside of VS Code? |
Not yet -- just found out about it and saw this issue so I thought I'd post a little info here. I don't know how standalone this is: https://github.com/julia-vscode/julia-vscode |
This is what I did in #173 (comment). In the meantime the Julia implementation was done (your link to |
Has there been any progress on this yet? |
The implementation I found is https://github.com/julia-vscode/DebugAdapter.jl. Could this be wrapped with a
dap-julia.el
? AFAICS, the dap-mode adapters use external programs so one would have to be written in Julia, correct?The text was updated successfully, but these errors were encountered: