Skip to content

Support for Julia Debugger #134

Open
@reachtarunhere

Description

@reachtarunhere

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions