microsoft / microsoft/vscode-js-debug
Step debugging not working in VS Code versions after 1.103
@connor4312 is already working on this.
Since Nov 19, 2025.
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 373
- Avg merge
- 1d 9m
- Merged PRs (30d)
- 6
Description
Describe the bug
I am developing an extension for VS Code called Mentor (Repository). It is primarily developed in TypeScript and built as a web extension so it can also run in browser based environments using esbuild.
Since VS Code version 1.104 I cannot step debug the extension anymore. Versions prior to 1.103 work. The debugger stops at breakpoints, however, but then I cannot see any bound variables and the step debugging functions / buttons / keys are not responsive. The step debugging controls in the Developer Tools of the debugged VS Code instance is working but quite cumbersome.
The debugger is basically frozen. I am primarily using Ubuntu 24.04 for developing but I can also reproduce the issue on my Mac. When I install VS Code 1.103 everything is fine and when switching to 1.104 the debugger is broken.
To Reproduce
Steps to reproduce the behavior:
- Clone the Mentor (Repository) repository.
- Set a breakpoint (example: extension.ts / activate function)
- Try to use the step debugging controls
Log File
Will try to provide this later.
VS Code Version:
1.103 / 1.104
Additional context
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.