Daniel Pettersson
Daniel Pettersson
Tracking https://github.com/julia-vscode/DebugAdapter.jl/issues/93 for eas of integration, otherwise server script in https://github.com/kdheepak/nvim-dap-julia is an possibility.
I was going to add the following configuration for julia in the last release but notice that the julia Debug adapter and Dape was not playing nice on termination events....
Currently the only way is to use two separate instances of emacs. If somebody is intersted in taking this one on, adding a new command `dape-switch` to set `dape--connection` +...
Hey and thank you for your bug report! Could you share the logs that dape generate and the other packages that use the fringe and/or margin. I suspect that its...
Hey! Sounds like a reasonable feature but I am not sure what the best way to implemented it is. Until that is clear to me here is snippet that will...
Hey @rileyrg late response but for current line `dape-source-line-face` exist :)
I am sorry for the late reply, but this should do the trick: ```emacs-lisp (add-hook 'dape-info-parent-mode-hook (defun dape--info-rescale () (face-remap-add-relative 'header-line :height 0.8) (face-remap-add-relative 'default :height 0.8))) ```
Added to wiki and closing issue as I don't think I am going to implement this as it's "easily" customizable by user.
This is a good idea and totally possible, but as of now breakpoints are `overlay`s which are tied to buffers. If they would be converted to something other *thing* in...
@daanturo I have implemented your requested feature, as it required an refactor on pretty much all code touching breakpoints I am expecting to have introduced a couple of bugs, so...