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
Now code is under glob.glob("aaa") which is third party code, if I click step into, the page will instantly jump to `glob.glob("aaa") instead of step into source code of glob (but I can still check source code by clicking the GRAY glob in CALL STACK), which is pretty unconvenient.
XXX
Expected behavior
After clicking step into, the code should jump to the source code.
Steps to reproduce:
The text was updated successfully, but these errors were encountered:
Before creating a new issue, please check the FAQ to see if your question is answered there.
Environment data
import debugpy; print(debugpy.__version__)
if uncertain)Actual behavior
From today(before is well) debugpy will not auto step into other's code through
justmycode:fase
set.Here's my config:
Now code is under
glob.glob("aaa")
which is third party code, if I clickstep into
, the page will instantly jump to `glob.glob("aaa") instead of step into source code of glob (but I can still check source code by clicking the GRAY glob in CALL STACK), which is pretty unconvenient.XXX
Expected behavior
After clicking step into, the code should jump to the source code.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: