Closed
Description
Environment data
- debugpy version: 1.2.0
- OS and version: Win10 18363.1198
- Python version (& distribution if applicable, e.g. Anaconda): 3.9.0
- Using VS Code or Visual Studio: vscode 1.51.1, Python extension v2020.11.371526539
Description
This code triggers breakpoint even if the "Raised Exceptions" option is turned off:
import sys
sys.exit()
This seems inconsistent. If I specify the exit code like sys.exit(0)
explicitly then it ignores SystemExit as expected.
Metadata
Metadata
Assignees
Labels
No labels