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
The issue is that the one of the folders in the library roots matches the filename with a .startswith (when lowercase).
i.e.:
Library root matched in sys.prefix: d:\Source\Testing_4\LogTest(D:\Source\Testing_4\LogTest)
Filename: d:\Source\Testing_4\logTestter.py
So, it's a bit of a coincidence that this happened... it should be possible to fix by always appending the trailing \ or / to the directory names so that the .startswith approach doesn't break in this particular situation.
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Nov 6, 2020
Environment data
Actual behavior
Run debugger and stick breakpoints in a simple file
Breakpoints hit
Expected behavior
Breakpoints don't hit
Relevant log contents
Uploaded logs
debugpy.server-21156.zip
The text was updated successfully, but these errors were encountered: