-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger pausing on ignore listed files #243
Comments
Thank you for filing.
I'm not clear here on whether this should occur or not. I'll take a deeper look in a minute.
This should definitely not happen. |
I can confirm the first one is intentional: even when you add a script to the ignore list, manually setting breakpoints within that script will still trigger those breakpoints. Manual breakpoints override the ignore script setting. |
I just tested the second one: "checking the pause on caught/uncaught exceptions breakpoint options", and things seem to work fine for me. When I add the script to the ignore list, and then select the options, script execution does not pause within the ignored script. @royalone could you please check again and make sure this is broken on your end? And, if so, please provide a test that we can use to reproduce the issue locally. |
Digging a bit deeper, it's the ignore list general exclusion rules, specifically
|
Thanks for the additional investigation details. I'll make sure this issue shows up on our team's radar for prioritization. |
I have a bunch of files (mainly minified libraries) that I have added to the ignore list. When I open these files in the Sources tab, there is a banner at the bottom telling me that
This script is on the debugger's ignore list
Adding breakpoints to these files will pause execution, and also checking the
pause on caught/uncaught exceptions
breakpoint options will pause in these ignore listed files.This is mainly an issue to me when I want to pause on exceptions in my own code, but the pausing is polluted by all my libraries throwing and catching exceptions all the time.
Edge version:
Version 123.0.2420.81 (Official build) (64-bit)
Let me know if I can provide more info
Thanks
AB#50057122
The text was updated successfully, but these errors were encountered: