forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
area-debuggingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked on
Description
VS Code version
1.64.0-insider (user setup)
Extension version
v2022.0.1578295602-dev
OS type
Windows
OS version
Win10
Python distribution
python.org
Python version
3.9.9
Language server
Default
Expected behaviour
Debug in Docker successfully and can hit the breakpoint.
Actual behaviour
Steps to reproduce
1.Git clone https://github.com/qubitron/pydemo
2.Open Anaconda Prompt window
3.Cd pydemo
4.Run py -3 setup.py
5.Open "stackoverflow-flask" folder and open "app->main.py"
6.Set a breakpoint in line 6
7.Switch to "dockerized" branch

8.Change "DEBUG" configuration to "Python: Run in Docker"

9.Start to debug
Logs
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area-debuggingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked on
