VSCode Debug
Flask application
Install debugpy in your Dockerfile
Run the debug server
Expose debug port
launch.json (.vscode)
NodeJS application
Run with debug server
Expose debug port
launch.json (.vscode)
Last updated