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
This makes it so that the debugger is not able to remove the breakpoint (because it considers that the original filename should be always the same one sent from the client, but apparently, this isn't always the case).
The text was updated successfully, but these errors were encountered:
I just stumbled into a case where VSCode (1.66) sends a breakpoint such as:
But later on to remove the breakpoint it sends the file with a path with a different case:
This makes it so that the debugger is not able to remove the breakpoint (because it considers that the original filename should be always the same one sent from the client, but apparently, this isn't always the case).
The text was updated successfully, but these errors were encountered: