vscode-js-debug
vscode-js-debug copied to clipboard
A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
**Describe the bug** I am super confused as to what I am supposed to do here. Bug submitting is different across the repos and I started with vscode. I did...
Hi, We have several apps running in iframes inside a parent app. The parent app runs at https://localhost.com Embedded apps at https://localhost.com/admin-console npx create-react-app admin-console was run inside ${workspaceFolder}/apps creating...
Type: Feature Request I didn't see Run Button in my Javascript file.kindly solve it. Extension version: 2022.10.1317 VS Code version: Code 1.72.2 (d045a5eda657f4d7b676dedbfa7aab8207f8a075, 2022-10-12T22:15:18.074Z) OS version: Windows_NT x64 10.0.22621 Modes:...
**Describe the bug** Here is a small [sample repo](https://github.com/FrankEssenberger/source-map-tests). We try to use the sourceRoot to add the sources in a remote location so that we do not need to...
**Is your feature request related to a problem? Please describe.** When debugging minified ES modules, attempting to pretty print results in the following error: ``` Error: Error processing prettyPrintSource: SyntaxError:...
I previously setup a very basic Typescript project and forgot to enable source maps. The default debug configuration kept trying to run my Typescript files without giving explanation why. I...
I have an instance of Chrome running with remote debugging enabled. I would like VS Code to launch a new tab (and/or window) in this instance and attach the debugger...
There are two main properties of the launch.json that people get tripped up on configuring, the `sourceMapPathOverrides` and `outFiles`. Both these could be figured out with a decent degree of...
**Is your feature request related to a problem? Please describe.** When I have all of `node_modules` in `skipFiles`, my stack frame is still full of "immediate" frames, so I can't...
It’s expensive & time-consuming to automatically attach debuggers to every child process when using a task runner like `yarn`. We don’t need to attach to the `yarn` process, but can...