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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
I did find some inconsistencies handling filenames in and provided a pull request for that in microsoft/debugpy#67 and I added a test for what's described in this issue, so, although I haven't been able to reproduce this at least there'sa test which checks this use-case.
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Mar 9, 2020
Environment data
Actual behavior
Does not stop on entry into scriptB.py
Expected behavior
Should stop on the first line of scriptB.py
Steps to reproduce:
scriptA.py:
scriptB.py:
In the launch json, exclude the location of script A.
The text was updated successfully, but these errors were encountered: