An open API service indexing awesome lists of open source software.

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

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.