dap-mode
dap-mode copied to clipboard
Emacs :heart: Debug Adapter Protocol
What is the basic setup? I have done the following: 1. Install the latest `dap-mode` (cbe6549) via [`straight`](https://github.com/raxod502/straight.el): ```lisp (use-package dap-mode :config (require 'dap-python) (setq dap-python-debugger 'debugpy) ) ``` 2....
Hello, I had found the problem and repaired it for debugpy and flask. Maybee not the cleanest, but I am new to LISP and I can finally debug my app...
Hello fork, I have tried dap-mode with Spring boot today and I found there is a few issues and got some questions so far: 1. M-x dap-java-debug isn't working properly....
Hey there, I'm getting an error trying to debug my C++ binary: ``` Could not start debugger process, does the program exist in filesystem? Error: spawn gdb ENOENT ``` Sadly...
Hi all, Would be cool to have a skip breakpoints option as in eclipse. Meaning even if I am in debug mode I mark all the breakpoints/ some of the...
- Description: After enabling `dap-tooltip-mode`, the original tooltip cannot be displayed. Disable and re-enable `tooltip-mode`, it works again. I checked the `tooltip-functions`, the value is: ```elisp (dap-tooltip-tips tooltip-help-tips) ``` The...
When I run `dap-php-setup` I get the following output on `*Messages*` ``` Contacting host: marketplace.visualstudio.com:443 uncompressing publicsuffix.txt.gz...done Wrote /tmp/extJNNjZz.zip [/tmp/extJNNjZz.zip] End-of-central-directory signature not found. Either this file is not a...
I am on Windows 10, on MSYS2 and its MinGW64 environment. `GNU Emacs 28.1` has been installed via the MSYS2 package manager. `mingw-w64-x86_64-emacs 28.1-1` dap-mode is version `20220325.1144`. I have...
I am running a testing method in a Gradle project. However, every time the dap-mode will execute a Jupiter test and a Vintage test. ``` ├─ JUnit Jupiter ✔ │...
I have `gdb` and `rust-gdb` installed in my macOS. I have tried both of them inside the terminal, and it usually works. But when I `M-x dap-debug`, it shows the...