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

Hello! **Is your feature request related to a problem? Please describe.** Currently, the `node-terminal` only works with VS Code (and derivatives), it cannot be used elsewhere. It would be nice...

feature-request

**Describe the bug** If you're in an "auto attach" shell, then using the "code" command to open another project will cause two instances of the --register arg in NODE_OPTIONS **To...

bug

Sometimes, I see stack traces in the debug output: ![Code_-_Insiders_k0P4UJJ0Ts](https://github.com/user-attachments/assets/718d752e-7ee6-4a8a-b24b-87c662e25e39) ``` ERR Cannot read properties of undefined (reading 'read'): TypeError: Cannot read properties of undefined (reading 'read') at Derived._computeFn (http://localhost:3000/src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.ts?t=1740093639452:81:132)...

**Is your feature request related to a problem? Please describe.** When starting a debug profile via `launch.json`, the only control we currently have over the auto-attach behavior is to disable...

feature-request

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug
info-needed

This may be a limitation of Node.js rather than VS Code, but it would be good to have [performance.mark](https://nodejs.org/api/perf_hooks.html#performancemarkname-options) and [performance.measure](https://nodejs.org/api/perf_hooks.html#performancemeasurename-startmarkoroptions-endmark) annoations appear in the final trace and the flamegraph...

feature-request

**Is your feature request related to a problem? Please describe.** Sometimes I hit debug (the green play button in the launch view) before realising my debug target is not bound...

bug

I have a project installed from my git repository. But it does not display the website as it was designed. It just keeps the right name and link but the...

info-needed

Fixes https://github.com/microsoft/vscode/issues/145473 Add `skipFiles` in `extensionHostConfigDefaults` to correctly resolve source line addresses emitting messages in `DEBUG CONSOLE`. Add a new environment variable `VSCODE_EXTENSION_DEVELOPMENT_PATH` for https://github.com/microsoft/vscode/pull/238469

I am unable to execute tests with the Playwright test runner in debug mode under the following conditions: Debugging with Breakpoints: When I run tests in debug mode and set...

bug
info-needed