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

When debugging a webpage with an iframe, iframes are not listed as session in VS Code: ![Image](https://github.com/microsoft/vscode-js-debug/assets/2931520/726758f9-18b1-4830-8bfe-84384a3e2213) However, chrome lists them as sessions: ![Image](https://github.com/microsoft/vscode-js-debug/assets/2931520/f7eb00fc-4f6a-4d0d-bb46-d5c27ab6ddf4) Which is also convenient in the...

feature-request

**Is your feature request related to a problem? Please describe.** chrome debug does not work on codespace/online.visualstudio.com, even when I use headless browser **Describe the feature you'd like** make *vs...

feature-request

**Is your feature request related to a problem? Please describe.** Hi! First of all, I want to thank you for adding this excellent feature (I'm really not sure what its...

feature-request

Hello, we are experiencing very long debugging times in the time it takes to reach a breakpoint. Even with scoping down the scanned files with the outfile argument We work...

feature-request
help welcome
good first issue

Hello, I had encountered a continuous and unknown error log. According to your guidance provided in the log, I'm writing the Issue. It occurs whenever I perform npm command. Error...

info-needed

**Describe the bug** Note that this issue does NOT occur in the "legacy-chrome" extension and is the main problem I have hit since switching from type "legacy-chrome" to "type chrome"....

bug
info-needed

👋 been enjoying this extension, great work. It's a bit of a blue-sky idea, but an interesting case would be enum values. For example selecting `kind` in the editor below...

feature-request
upstream

Currently, the entire "Skipping File" experience seems to be driven by the command `Debug: Toggle Skipping this File`. Toggling an invisible state makes it really hard to see what is...

feature-request

**Describe the bug** Cannot find source map. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/microsoft/TypeScript 2. Run `npx hereby watch-min` 3. Use the following `launch.json` ```json {...

bug

**Describe the bug** I have a pretty basic launch config which I've hardcoded to run a single test with `jest`. On most runs, it would get stuck at `Debugger attached.`....

bug
info-needed