https://github.com/json2d/vscode-debug-flask-in-docker
https://github.com/json2d/vscode-debug-flask-in-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/json2d/vscode-debug-flask-in-docker
- Owner: json2d
- License: mit
- Created: 2019-02-13T21:06:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T21:47:17.000Z (over 6 years ago)
- Last Synced: 2025-02-07T04:42:08.677Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-debug-flask-in-docker
## Getting Started
Run this to start the dockerized app, or to reload after file changes:
```
./dockup.sh
```## Attaching to Debugger from VSCode Editor
the file `.vscode/launch.json` contains the launch config we'll use to attach, simply press `F5` to make run it.