Skip to content

ChenTanyi/python-debug-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Build Docker Image

docker build -t python-module .

Run Docker Container

docker run -d -p 3000:3000 --name python-test python-module

Launch Debugger

Open PythonModuleDebug in VS Code. Set up Breakpoint and press F5.

Known Bug

The process would add one by one everytime restarting the debugger.

See in: Issue in python VSCode and Issue in PTVS.

About

Debug python file in docker container with vscode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages