dap-mode icon indicating copy to clipboard operation
dap-mode copied to clipboard

Emacs :heart: Debug Adapter Protocol

Results 188 dap-mode issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use dap-mode with debugpy to debug a simple python multiprocessing script. While the debugger seems responsive to breakpoints and debug navigation in the main process,...

I am not sure if this is a `pytest` issue, but I tried looking through the source code but couldn't see anything obvious (I am also not good with elisp...

Updated Python section to use and setup `debugpy`

When debugging JavaScript, Python, or C/C++ using the Melpa dap-mode 20220705.1958 drop the *dap-ui-locals* window shows "Nothing to display...." even when there is. This looks like a regression, the feature...

how to use dap-launch to generate template like launch.json in current workspace

https://github.com/microsoft/vscode-js-debug This ships with VSCode by default, but can also be installed via the Marketplace. It might be nice to have `dap-mode` working with this.

good first issue
adapter

Related to #224 First try to get the cortex-debug extension running. I had to make a change to `dap--parser-read` to skip some additional log outputs from cortex-debug. I don't know...

# The feature dap-mode currently doesn't have a functionality to send input to the dap repl programmatically without resorting to internals. At least as far as I can see. `comint-simple-send`...

It would seem that `dap-gdb-lldb` requires nodejs. Choosing the option to not to call `dap-gdb-lldb-setup` as per [documentation](https://emacs-lsp.github.io/dap-mode/page/configuration/#native-debug-gdblldb), but rather downloading it manually, and then calling `dap-debug`, selecting a configuration...

I found the default position of the dap-ui controls toolbar interfered with the top line of my preferred layout, so this PR turns the position of the controls toolbar into...