[Webkit-unassigned] [Bug 120460] New: Web Inspector: exceptions triggered from console evaluation do not pause the debugger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 03:29:17 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120460

           Summary: Web Inspector: exceptions triggered from console
                    evaluation do not pause the debugger
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: graouts at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


Created an attachment (id=209963)
 --> (https://bugs.webkit.org/attachment.cgi?id=209963&action=review)
Test case

Steps to reproduce:

1. open attached test case
2. open the inspector
3. ensure you have the inspector set up to break on all exceptions
4. jump to the console
5. type "foo()" and return

Actual results: an exception is logged to the console

Expected results: the debugger pauses and lets you debug the error, then the exception is logged to the console once the debugging session is over.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list