vscode-js-debug
vscode-js-debug copied to clipboard
A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
When debugging, the "[[Prototype]]" portion is not very useful. Option to hide them will declutter the limited space. Can you provide an option to hide the "[[Prototype]]" portion of the...
I am trying to use debugger for a Dockerized Node Typescript project. I set the breakpoints to the lines where i wish to debug the code but the breakpoint doesnt...
**Describe the bug** When debugging a VS Code extension using a `"type": "extensionHost"` debug configuration with `"trace": true`, the resulting log is corrupted, and you see the log file message...
Sometimes, there can be anonymous variable references, like this:  It would be nice if these variable references also have an evaluateName that can act as a js variable name...
**Describe the bug** When stepping into anonymous functions with skip file configuration as follows ``` "skipFiles": [ "/**", "**evalmachine.**", "****", "**/VM**" ], ``` It does not skip anonymous functions **To...
Relates to #1424. @connor4312 I created a small PR. I was a bit lost in the code base. The whole SourceContainer has so much state that I could not get...
Sometimes, variables from the *Closure* section are not available in the *Debug Console* / *Watch window*:  This is what the debug console reports:  I wonder whether there is...
Bring to vscode the chrome DevTools feature of showing stacktrace in debug console messages and the network connections panel.
Debugging node.js apps worked. I closed vscode vscode shows a small window with updates I open vscode again Debugging does not work anymore Error Message pops up: "Error activating auto...
With #902 being resolved, I happily manage to use vscode-js-debug for JS files in Eclipse IDE using `pwa-node`. However, despite having attempted a bunch of things according to various docs...