WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
142660
Web Inspector: console.assert should show assertion conditional expression when possible
https://bugs.webkit.org/show_bug.cgi?id=142660
Summary
Web Inspector: console.assert should show assertion conditional expression wh...
Joseph Pecoraro
Reported
2015-03-13 00:32:03 PDT
* SUMMARY console.assert should show assertion conditional expression when possible. This information would be useful to show in the "Pause Reason" section and assert console message/warning. For example: console.assert(false); // condition: "false" console.assert(foo.bar); // condition: "foo.bar" console.assert(x, "Message"); // condition: "x", message: "Message"
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-03-13 00:32:29 PDT
<
rdar://problem/20150022
>
Timothy Hatcher
Comment 2
2015-03-13 08:53:18 PDT
Maybe Saam could help us with this?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug