-
Notifications
You must be signed in to change notification settings - Fork 92
Closed as duplicate of#239900
Labels
triage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Type: Bug
Behaviour
Debug console reject any user input.
Steps to reproduce:
-
install newest python related extensions and newest vscode.
-
Allow launch.json to include the following basic configuration:
{
"name": "Python: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false,
},
- Debug python file twice:
- The first time, it is normal.
- The second time, debug console would stuck.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team