Skip to content

Python process does not terminate after Ctrl+F5 #379

Closed
@weinand

Description

@weinand

From @alonke on December 8, 2017 14:58

  • VSCode Version: 1.18.1
  • OS Version: Ubuntu 16.04

Steps to Reproduce:

  1. Ctrl + F5 on a python script

The script runs for the first time. Afterwards neither F5 or Ctrl+F5 work anymore. Only running it from the command palette as "debug Python" will run it. At this point the call stack shows two python processes. The running one and the one ran using Ctrl+F5, which is is not possible to terminate.

Reproduces without extensions: No

Copied from original issue: microsoft/vscode#39927

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-debuggingbugIssue identified by VS Code Team member as probable bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions