Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Python: 'Start without debugging shortcut’ has a problem. #35

Closed
@weinand

Description

@weinand

From @weqopy on November 9, 2017 13:32

  • VSCode Version: 1.18
  • OS Version: macOS High Sierra 10.13.1

Steps to Reproduce:

  1. Set "stopOnEntry" to false in launch.json
  2. run python file with debug, it returns result fast, run it again, the result disappears and returns again
  3. but when use 'ctrl + F5' to run it without debug, it's not end in fact as these two screenshots show, and there will be no response when I try to run it again with or without debug.

2017-11-09 21 22 40

2017-11-09 21 22 49

4. click the debug in status bar and runs it, VS Code returns this:

2017-11-09 21 30 51

5. At last, I have to use cmd+Q to quit Code and restart it

Reproduces without extensions: Yes/No

Copied from original issue: microsoft/vscode#37946

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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions