vscode-js-debug
vscode-js-debug copied to clipboard
A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
**Describe the bug** I'm trying to build this package to use with VIM debuger, but getting a type error when building ``` TypeError: Cannot assign to read only property 'atime'...
**Describe the bug** I installed the latest version of vscode today (with the new debugger) and since then every time I run the app the debugger brakes and continues rapidly...
When testing https://github.com/microsoft/vscode-js-debug/issues/1984, I found that the `Add Configuration` in `launch.json` still adds mocha using `"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",` 1. Open launch.json. 2. `Add Configuration` 3. `Node.js: Mocha Tests` 4. See `"program":...
I am unable to get breakpoints working in VSCode when debugging a typescript, angular application. When I look at Debug Diagnostics, it does not find any source location, even though...
**Is your feature request related to a problem? Please describe.** ## The issue I was trying to find a way to run the debug session whitin an external terminal (such...
版本: 1.85.2 (user setup) 提交: 8b3775030ed1a69b13e4f4c628c612102e30a681 日期: 2024-01-18T06:40:10.514Z Electron: 25.9.7 ElectronBuildId: 26354273 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.19045
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Currently, it requires 3 expansions to get to `[[FunctionLocation]]`:  Would be nice if that was one click on `f`. I think identifying a function with its source location is...
vscode-js-debug is being used in e.g. nvim. To make use of debugging it's dap plugin needs to build a vscode-js-debug instance. This works fine usually running `npx gulp vsDebugServerBundle` However...
EDIT: I have a simpler way to trigger this behaviour, see following comment I have a breakpoint inside dynamically import()ed code that sometimes works. I can reliably make it work,...