vscode-js-debug
vscode-js-debug copied to clipboard
A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
I was struggling to figure out why VS Code debugging wasn't working, the first issue was that 9222 was taken by an unrelated app. If we fail to connect can...
**Describe the feature you'd like** When using JSDebugger attached to a webpage, it would be nice if it displayed an overlay on the page indicating paused similar to the inbox...
**Is your feature request related to a problem? Please describe.** Browsers launched on a users host machine via the companion extension are unable to communicate with a intermediary proxy over...
Like the title says really. Sometimes I have both Chrome and Node attached and I'm not sure which one the Realtime Performance is showing. Should there be a label plus...
**Is your feature request related to a problem? Please describe.** Right now in ```pathMapping``` one con provide only one path. In our case sometimes one path serves files from multiple...
**Describe the bug** I can no longer debug apps that don't use at least node12, when using `nodenv` **To Reproduce** Steps to reproduce the behavior: 1. Install nodenv 2. Make...
I'm working on a large Node project that's made up of several different packages, each one with a suite of tests. I have a `launch.json` configuration per package to run...
**Is your feature request related to a problem? Please describe.** Add the option to continuously retry for chrome attachment, even if the process has exited. **Describe the feature you'd like**...
There are scenarios where an object is updated but I'm unsure what updated it or when it happened. It would be nice to have something similar to Firefox's [Break on...
Following https://github.com/microsoft/vscode-js-debug/issues/302, in the debugger we'd like to have some end-to-end sanity checks for Blazor debugging. Rob is currently working on a test case (to run asynchronously from the standard...