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
fix(debugger): max match in probe file resolution (#15143)
## Description
We change the probe source file path matching logic to return the
longest matching path instead of the first result. This deals with cases
where sources with the same name can be found on different entries of
the Python path.
## Testing
<!-- Describe your testing strategy or note what tests are included -->
0 commit comments