-
Notifications
You must be signed in to change notification settings - Fork 11
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
Integrating Julia's Debug Adapter Protocol with neovim #59
Comments
Still hoping one day this will happen. |
I just merged a PR that implements the actual DAP, not our own home-grown JSON-RPC version of it. So, in principle this should now be feasible. In practice I expect that the API for using things will see some churn in the next couple of weeks before things settle down a bit. |
This comment was marked as outdated.
This comment was marked as outdated.
It turns out I had to pass a
|
I hardcoded
|
I set nvim-dap-julia.movI made the repo public: https://github.com/kdheepak/nvim-dap-julia It segfaults when it finishes running the server but otherwise seems to work. I haven't tested a lot of features yet. |
I am trying to integrate Julia's DAP with Debug Adapter Protocol client implementation for Neovim. You must to configure the DAP for each specific language. I've tried to do so using some references for other languages, but it failed...
I am not an expert with regard Debug Adapter Protocol and how to handle then, and the source for doing that with
Julia
are scarce. Anyone can give some help?Thank you.
The text was updated successfully, but these errors were encountered: