RESOLVED FIXED 36225
Web Inspector: "Pause on exceptions" doesn't pause for exceptions triggered indirectly by evaluating something in the console
https://bugs.webkit.org/show_bug.cgi?id=36225
Summary Web Inspector: "Pause on exceptions" doesn't pause for exceptions triggered i...
Adam Roben (:aroben)
Reported 2010-03-17 09:27:54 PDT
Created attachment 50914 [details] test case To reproduce: 1. Load the attached test case 2. Turn on "Pause on exceptions" 3. Type "foo()" in the console and press Enter An exception is thrown, but the debugger didn't pause. Note that clicking the "click me" button (which causes foo() to be evaluated) *does* cause the debugger to pause.
Attachments
test case (112 bytes, text/html)
2010-03-17 09:27 PDT, Adam Roben (:aroben)
no flags
Timothy Hatcher
Comment 1 2010-03-17 09:41:54 PDT
I'm not sure we ever paused on exceptions when evaluating in the console. Did you try an older Safari release where it worked?
Pavel Feldman
Comment 2 2010-03-17 09:58:55 PDT
Never worked, neither this nor breakpoints.
Note You need to log in before you can comment on or make changes to this bug.