-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
triage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Not sure when it started but I am unable to debug Python scripts.
-
Information
- Python 3.13.8
- Python Debugger 2025.14.0
- VS Code
- Version: 1.105.0 (system setup)
- Commit: 03c265b1adee71ac88f833e065f7bb956b60550a
- Date: 2025-10-08T14:09:35.891Z
- Electron: 37.6.0
- ElectronBuildId: 12502201
- Chromium: 138.0.7204.251
- Node.js: 22.19.0
- V8: 13.8.258.32-electron.0
- OS: Windows_NT x64 10.0.26100
-
launch.json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
Steps to reproduce
- Open Python script
- Press F5 (or play button to debug)
- Select Python Debugger, current file
- Observe
CronusC, deniszitu, SyncrnzdClk, WesselThreadstone and nick-meske-ulteig
Metadata
Metadata
Assignees
Labels
triage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team