RESOLVED FIXED 76060
Web Inspector: "undefined" instead of error message in the SourceFrame.
https://bugs.webkit.org/show_bug.cgi?id=76060
Summary Web Inspector: "undefined" instead of error message in the SourceFrame.
Pavel Feldman
Reported 2012-01-11 07:26:35 PST
Open a simple script with exception, toggle break on exceptions. Run the script. Execution will stop. Click continue Script will get "undefined" error message in the bubble.
Attachments
Patch (15.06 KB, patch)
2012-01-11 07:42 PST, Pavel Feldman
no flags
Patch (1.70 KB, patch)
2012-01-11 07:53 PST, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2012-01-11 07:42:04 PST
Pavel Feldman
Comment 2 2012-01-11 07:53:22 PST
Yury Semikhatsky
Comment 3 2012-01-11 08:04:06 PST
Comment on attachment 122021 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=122021&action=review > Source/WebCore/inspector/front-end/ConsoleMessage.js:161 > + var formattedMessage = this.formattedMessage; Why do we need message formatting to be lazy?
Pavel Feldman
Comment 4 2012-01-11 08:35:18 PST
Note You need to log in before you can comment on or make changes to this bug.