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

I use `fish` shell and noticed that the `dap-java--run-unit-test-command` doesn't work because of it. When I run it in a clean maven project: ```shell mvn -B archetype:generate -DgroupId=com.walheimat.test -DartifactId=wal-test -DarchetypeArtifactId=maven-archetype-quickstart...

Please check following link: https://github.com/Alexander-Miller/treemacs/issues/982#issuecomment-1302681336 https://github.com/Alexander-Miller/treemacs/issues/982#issuecomment-1302925570

Warning (comp): ld: warning: -undefined dynamic_lookup may not work with chained fixups Disable showing Disable logging? My system is mac, and org is 9.5.3 emacs is 28.

``` Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "lsp-docker") #(lsp-docker) apply(# lsp-docker) require(lsp-docker) load-with-code-conversion("/home/zw963/Dropbox/common/.emacs.d/plugins/dap-mode/dap-mode.el" "/home/zw963/Dropbox/common/.emacs.d/plugins/dap-mode/dap-mode.el" nil t) #(dap-mode) apply(# dap-mode) require(dap-mode) load-with-code-conversion("/home/zw963/Dropbox/common/.emacs.d/plugins/dap-mode/dap-mouse.el" "/home/zw963/Dropbox/common/.emacs.d/plugins/dap-mode/dap-mouse.el" nil...

I'm debugging C code, and I wanted to change a variable's value with the Locals buffer and the dap-ui-set-variable-value. So I got my cursor on top of the variable I...

When calling `dap-debug` I get the following error: ``` Warning (dap-variables-expand-variable): variable ${workspaceFolder} is nil here ``` It seems its not finding the root of the project, any ideas why?

I've noticed that `dap-dlv-go-delve-path` is a global customization, if I change its value somewhere it changes everywhere. This breaks workflows for people using Go on a per project basis (say,...

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. Release notes Sourced from peaceiris/actions-gh-pages's releases. actions-github-pages v4.0.0 See CHANGELOG.md for more details. actions-github-pages v3.9.3 See CHANGELOG.md for more details. actions-github-pages v3.9.2 See CHANGELOG.md...

dependencies

Local variables are incorrectly displayed. You should be able to reproduce easily by downloading this example java code: https://github.com/l0y/learnjava6e learnjava6e/ch04/solutions/VisualTriangle.java Put a breakpoint on line 12, debug and look at...

Hello, Trying to debug (client: dap-mode, server: code-lldb) various C++ projects (both comprehensive and test-one like "hello, world") and noticed unexpected behavior - debugging works fine until the moment of...