vscode-js-debug icon indicating copy to clipboard operation
vscode-js-debug copied to clipboard

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more

Results 104 vscode-js-debug issues
Sort by recently updated
recently updated
newest added

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...

feature-request

**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...

feature-request

**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...

feature-request

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...

feature-request

**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...

feature-request

**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...

feature-request
help welcome

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...

feature-request

**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**...

feature-request

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...

feature-request
upstream

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...

debt