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
Radar WebKit Bug Importer
Comment 1 2015-03-13 00:32:29 PDT
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.