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
Obviously this is weird since others can debug on macOS. Are you using the macOS build of CPython from python.org? (I'm just guessing at what might be different about your setup.)
I have Python 3.6.5 installed from Python.org and I created the venv using python3 -m venv /path/to/new/virtual/environment, which to my knowledge is not out of the ordinary.
It seems to only affect this one venv and not any others I create work fine. Since I have no way of reproducing this issue I think it is reasonable to close this issue.
Environment data
Actual behavior
All breakpoints are ignored when debugging Python from inside a
venv
.Expected behavior
Breakpoints are not ignored.
Steps to reproduce:
Using:
Put a breakpoint on line 2
Logs
Output for
Python
in theOutput
paneOutput from
Console
under theDeveloper Tools
panelConfiguration Files
launch.json
settings.json
Notes
When I run the same code using the system installation the debugger works fine.
The issue also only persists when the
type
is set topython
and not when it is set topythonExperimental
.The text was updated successfully, but these errors were encountered: