[Webkit-unassigned] [Bug 143853] Web Inspector: Logging error objects should have a better UI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 18 20:17:27 PDT 2015


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

Nikita Vasilyev <nvasilyev at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|webkit-unassigned at lists.web |nvasilyev at apple.com
                   |kit.org                     |
     Ever confirmed|0                           |1

--- Comment #6 from Nikita Vasilyev <nvasilyev at apple.com> ---
Created attachment 257043
  --> https://bugs.webkit.org/attachment.cgi?id=257043&action=review
[Image] Current Web Inspector/Chrome DevTools/Proposed UI

Currently, a logged error object looks like any other object, which isn't very useful. Source links can'b be clicked. Stack trace is unreadable.

The following code

    try {
        i.dont.exist++
    } catch(error) {
        console.log(error);
    }

should produce a console message very similar to an uncaught error:

    i.dont.exist++

We should try to unify the two.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150719/9a4abe7c/attachment.html>


More information about the webkit-unassigned mailing list