-
### Did you check docs and existing issues?
- [X] I have read all the plugin docs
- [X] I have searched the existing issues
- [X] I have searched the existing issues of plugins related to this issue
…
-
### Problem Statement
Hi, I've been configuring my nvim to debug on my editor a next.js app. And it works by starting a dev server with node options for debugging like this:
```
NODE_OPTIONS='-…
-
### Debug adapter definition and debug configuration
{
"microsoft/vscode-js-debug",
build = "npm install --legacy-peer-deps && npx gulp dapDebugServer && mv dist out",
}
{
…
-
Unfortunately I'm not able to get this to work on my laptop (Macbook M1, Sonoma 14.5) as it's resulting in ECONNREFUSED. I'm afraid I don't have much experience with the DAP protocol, so my trouble-sh…
-
When I debug flutter app with default flutter debug template, it's failed.
By debug flutter with vscode , I found `lsp-dart-dap` missing `toolArgs` in launch args .
so I edit debug template, add `…
-
Terminal client offers a special flag `exit -c` to quit the client and resume execution. Vscode UI doesn't offer nuanced disconnect options (https://github.com/microsoft/vscode/issues/134412). Instead…
-
When I try to run this command :lua require'dap'.continue() with the config below I get a message: "Debug adapter disconnected"
my js-dap.lua file
```
require("dap-vscode-js").setup({
-- node_p…
-
whenever i try to start evilgrade i always get this problem
you can see that below i have pasted that and please help me resolving this problem
evilgrade>show options
Display options:
=========…
-
When I try to run a debug session of a basic node server, I can debug it just fine. But when I terminate the session (`require('dap').terminate()`) or disconnect from it (`require('dap').disconnect({ …
-
OS: Mac OS Sonoma
VSCode version: 1.85.1
CodeLLDB version: 1.10, 1.9.2, 1.9.1
Compiler: clang
Debuggee: arm64-apple-darwin
When connecting to the vscode server on my mac over ssh (from a …