Skip to content

Debug Stopped, Unable to debug Python scripts #834

@amorenojr

Description

@amorenojr

Not sure when it started but I am unable to debug Python scripts.

Image
  • 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

  1. Open Python script
  2. Press F5 (or play button to debug)
  3. Select Python Debugger, current file
  4. Observe

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage-neededNeeds assignment to the proper sub-team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions