microsoft / microsoft/vscode-python-debugger
Debugger silently crashes as it seems
@eleanorjboyd is already working on this.
Since Oct 3, 2025.
- Dominant language
- TypeScript
- Stars
- 181
- Forks
- 126
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 3
Description
I have quite a journey already behind, so my apologies if I'm wrong here. It started with the debugger not working at all, but let me try to make it as short as possible.
- observation: run file & debugger is silently crashing via remote tunnels connection (from macOS to Windows)
- observation: run file & debugger is silently crashing when invoked locally (fully uninstalled VS Code as good as I could with deleting cache folders and registry entries)
- partial solution: run file & debugger works again when invoked locally
now I am with a tunnel connection where I can run a file but when I try to debug the file (just with the debug play button) the debugger still crashes silently. at least that's now narrowed down somewhat.
all configs were working before (launch.json, venv, etc) and I'm using the latest VS Code (not insiders) everywhere.
How can I further debug this and bring helpful information?
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.