Open
Description
Hello I am trying to get Julia Debugger working with dape.
There has already been done with neovim so I assume it would be possible in emacs with dape
https://github.com/kdheepak/nvim-dap-julia/blob/main/lua/nvim-dap-julia.lua
Below is my experimental config that is not working
(setq dape-configs `((julia-debug
modes (julia-mode)
command "/home/tarun/.local/bin/julia"
port 9020
:type "server"
:request "launch"
:cwd dape-cwd-fn
:program dape-find-file-buffer-default
:args ["/home/tarun/Downloads/information/server.jl"])))
I get the error: Doing vform no such file or directory
I have tried running the server directly with the command and it does run. Any help would be appreciated! I am willing to try and report back on the suggestions
Metadata
Metadata
Assignees
Labels
No labels