Daniel Pettersson
Daniel Pettersson
Hey! I agree! If you have the time and have done your FSF assignment feel free to submit an PR. If not I will get around to it eventually.
This would be great indeed and has been requested before https://github.com/svaante/dape/issues/39. Outside of gdb and lldb based adapters one could build something ontop of dape if the adapter gives breakpoint...
Sorry for taking such a long time responding. > It might be worth adding some defaults to the standard config, if just for user-visibility of how to configure this. I...
Hey and thank you for your bug report. Could you share `(setq dape-debug t)` and the contents of `*dape-connection events*`. Am I understanding the issue correct that you are unable...
Hi! I am glad you are interested in dape. I am not sure if I understand what jump means in this context? Is not the buffer opened and the cursor...
This sounds like a bug as the dape should on stopped event: 1. open source file and display the buffer 2. move the cursor to the stopped line 3. create...
Please reopen the issue if you have any updates
Hello and thank you for your suggestion, dape now uses `hare-mode` or `hare-ts-mode` to figure out if it should complete the standard gdb configuration. Let me know if this fulfills...
There are some pain points/issues with DebugAdapter.jl currently: 1. It does not follow the spec, it uses `"success": "true"` rather then `"success": true` in responses (see dape patch below). 2....
Added an issue for wrong `response.success` type. https://github.com/julia-vscode/DebugAdapter.jl/issues/87.