You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run attach_test.py and wait for attaching:
Run c:\python\python36\Python attach_test.py
Select debugging configuration "Python: Attach"
Press F5 to start debugging, ensure:
Hit the break point
Inspect variables
Step into/out/over, etc..
The text was updated successfully, but these errors were encountered:
/cc @ElaineDi
Install ptvsd via below command:
python.exe -m pip install ptvsd --pre
Add new python file named
attach_test.py
, enter some code like below:Run attach_test.py and wait for attaching:
Run
c:\python\python36\Python attach_test.py
Select debugging configuration "Python: Attach"
Press F5 to start debugging, ensure:
Hit the break point
Inspect variables
Step into/out/over, etc..
The text was updated successfully, but these errors were encountered: