Skip to content

Could not input in debug consoleΒ #604

@YiyangLu

Description

@YiyangLu

Type: Bug

Behaviour

Debug console reject any user input.

Steps to reproduce:

  1. install newest python related extensions and newest vscode.

  2. Allow launch.json to include the following basic configuration:

            {
                "name": "Python: Current File",
                "type": "debugpy",
                "request": "launch",
                "program": "${file}",
                "console": "integratedTerminal",
                "justMyCode": false,
            },
  1. Debug python file twice:
  • The first time, it is normal.
  • The second time, debug console would stuck.

Metadata

Metadata

Assignees

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