Skip to main content

Questions tagged [dap]

0 votes
0 answers
76 views

I'm trying to debug my C++ application with dap-mode and gdb, but no matter what I try it doesn't work: it cannot find the sources and the buttons are not responding. The message I get is No source ...
apalazzi's user avatar
0 votes
0 answers
47 views

I'm trying to setup dap-mode with dap-lldb but when i select my defined configuration I got the error: dap--create-session: Wrong type argument: stringp, nil. Below the code for registration of ...
MirkoBanchi's user avatar
0 votes
0 answers
24 views

I was wondering how I get the dap debug repl to perform code completions, say, for user defined variables and methods? GNU Emacs v29.4 Doom core v3.0.0-pre Doom modules v24.04.0-...
outofstep58's user avatar
0 votes
1 answer
133 views

I have a gradle multiproject with different java subprojects. I'm also using lombok in my code. When I try debug a JUnit test using dap-java-debug-test-method, I therefore get error messages regarding ...
user3617992's user avatar
1 vote
0 answers
348 views

I'm trying to debug java in emacs.I'm running the command M-x dap-java-debug in emacs and I'm getting below error. emacs workspace/executeCommand with vscode.java.resolveMainClass failed. (error &...
Rajkumar Natarajan's user avatar
0 votes
1 answer
392 views

When I install lsp-mode from Melpa, I get version 20221003.1714. When I install dap-mode from Melpa, I get version 20220921.941, which requires lsp-mode-6.0. As a result, (require 'dap-mode) fails: ...
Troy Daniels's user avatar
0 votes
1 answer
129 views

When running applications in dap-mode using M-x dap-debug, I can get my applications running via GDBServer Connect Configuration & GDB Run Configuration. However when the application crashes I ...
ideasman42's user avatar
  • 9,513