vscode-js-debug
vscode-js-debug copied to clipboard
A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
When debugging a webpage with an iframe, iframes are not listed as session in VS Code:  However, chrome lists them as sessions:  Which is also convenient in the...
**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...
Copy, store as `temp` and more from hover: allow global `customPropertiesGenerator` for user macros
**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...
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...
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...
**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"....
👋 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...
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...
**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 {...
**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.`....