Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Debugger crashes with no args #725

Copy link
Copy link
Open
@Paulchen5

Description

@Paulchen5
Issue body actions

When using such a config like the following and no args are supplied the debugger kinda crashes / times out but needs a lot of time for this.

{
    "name": "Python Debugger: cli function",
    "type": "debugpy",
    "request": "launch",
    "program": "${workspaceFolder}/src/cli.py",
    "console": "integratedTerminal",
    "args": "${command:pickArgs}"
}

I found it out, when clicking into the appearing line and opening maccy on macos.

Then the following got called in the terminal:

cd <project-path> ; /usr/bin/env <project-path>/.venv/bin/python $HOME/.vscode/extensions/ms-python.debugpy-2025.8.0-darwin-arm64/bundled/libs/debugpy/adapter/../../debugpy/launcher 60340 -- <project-path>/src/cli.py ${command:pickArgs} 
zsh: unrecognized modifier `p'

And after around 60s a message with the following content pops up: Timed out waiting for launcher to connect

Metadata

Metadata

Assignees

Labels

triage-neededNeeds assignment to the proper sub-teamNeeds 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

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.