https://github.com/frdel/python-vscode-debug
Minimal Python VS Code debugging and typechecking setup
https://github.com/frdel/python-vscode-debug
Last synced: about 1 year ago
JSON representation
Minimal Python VS Code debugging and typechecking setup
- Host: GitHub
- URL: https://github.com/frdel/python-vscode-debug
- Owner: frdel
- Created: 2024-05-01T08:28:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T05:43:43.000Z (about 2 years ago)
- Last Synced: 2025-04-06T07:51:32.891Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-vscode-debug
Minimal Python VSCode debugging and typechecking setup
This demo project contains the minimal configuration files and recommended extensions to have typechecking and debugging support for your python application in VS Code.
The "Debug main.py" launch configuration will run main.py file in debugger no matter what file you have currently open. I find this more convenient when working with projects that have a single launch script.