docker build -t python-module .
docker run -d -p 3000:3000 --name python-test python-module
Open PythonModuleDebug
in VS Code. Set up Breakpoint
and press F5
.
The process would add one by one everytime restarting the debugger.
docker build -t python-module .
docker run -d -p 3000:3000 --name python-test python-module
Open PythonModuleDebug
in VS Code. Set up Breakpoint
and press F5
.
The process would add one by one everytime restarting the debugger.