Visual studio debugger breakpoints sometimes have uppercase or lowercase drive letters.
This quick fix simply normcases the parameter passed to _delete_conditional_breakpoint as well as the bound breakpoints File attribute for comparision.
Differential D95045
[Dexter] add normcase conversion to visual studio's 'delete conditional breakpoint' method TWeaver on Jan 20 2021, 6:54 AM. Authored by
Details
Visual studio debugger breakpoints sometimes have uppercase or lowercase drive letters. This quick fix simply normcases the parameter passed to _delete_conditional_breakpoint as well as the bound breakpoints File attribute for comparision.
Diff Detail Event TimelineComment Actions I would argue this is minor enough to go in without one, but I'm happy to add one if you feel strongly in favour for a test going in too. Comment Actions I'm not especially concerned about it, it does seem like it might be needless bloat - if anyone else disagrees however I'm not opposed to the adding of a test either, especially if there aren't many unit tests around here. Comment Actions IMO: change is fine, case sensitiveness on Windows is a more general problem that should be addressed generally. (We'll need to revisit this later). |