dap-mode
dap-mode copied to clipboard
Emacs :heart: Debug Adapter Protocol
First, thank you to all the contributors for this extension. It has kept me from switching to VS Code. I am unable to set up dap-node. It seems that the...
# Purpose The idea of this PR was initially to just handle [`preLaunchTask`](https://code.visualstudio.com/docs/editor/debugging#_launchjson-attributes), which is a more robust, vscode-native version of `dap-compilation` for running tasks before a debug configuration. It...
There is no documentation about which flag to use in specifying the debugging arguments with `.NetCoredDbg` & weather to use `:args` or `arguments :`. I tried a bunch of configuration...
Hi there, I am working on a simple project in python. When I try to set a variable in debug with "dap-ui-set-variable-value", I get the error: `error in process filter:...
Thank you for making this package! I have a little problem: After disconnecting from a debugging session with `dap-disconnect` all buffers that were opened by `dap-debug` except for the output...
Hi there, Attempting to run dap-debug appears to work correctly but very briefly, opening up a lot of windows and then closing them all again. When the code hits a...
I have a Python buffer open inside of a LSP workspace. I want to debug this as a module relative to the current workspace which the buffer is in. This...
I'm trying to debug a C++-project with `lldb-vscode`, but all I get is `if: Wrong type argument: stringp, nil` in the \*Messages\* buffer after running `dap-debug` . When I run...
`codelldb` fails to run due to this issue. See vadimcn/vscode-lldb#642
Hey I have debugpy setup for the Python debugger but it refuses to work, I have a simple `output = input(Hello World)` command in my py file but I get...