[Webkit-unassigned] [Bug 138363] New: Web Inspector: When pausing on exception from console we should show the source and call frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 4 11:21:27 PST 2014


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

            Bug ID: 138363
           Summary: Web Inspector: When pausing on exception from console
                    we should show the source and call frames
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: ggaren at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Should show source code and call frames for exceptions triggered by console/eval evaluations.

* STEPS TO REPRODUCE
1. Inspect any page.
2. Enable Pause on all exceptions
3. js> setTimeout(function(){[].x.x})
4. When paused, hover over any JavaScript, e.g. "document" in the index.html
  => Exception, no Call Frames, no Source with the exception

* NOTES
Normally we disallow showing __WebInspectorConsole__ sources, but I think we should show it here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141104/e6968003/attachment-0002.html>


More information about the webkit-unassigned mailing list