RESOLVED FIXED Bug 82199
Web Inspector: 'use strict' exceptions stop in inspector code
https://bugs.webkit.org/show_bug.cgi?id=82199
Summary Web Inspector: 'use strict' exceptions stop in inspector code
Pavel Feldman
Reported 2012-03-26 07:00:59 PDT
Downstream bug: http://code.google.com/p/chromium/issues/detail?id=114653 <html> <head> <script> 'use strict'; function complicated() { console.log("What are these arguments", arguments); } complicated("a string", window); </script> </head> </html> 2. Open devtools 3. Set the Pause on all exceptions button 4. reload
Attachments
Patch (1.65 KB, patch)
2012-03-26 07:05 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2012-03-26 07:05:37 PDT
Yury Semikhatsky
Comment 2 2012-03-26 08:15:36 PDT
Comment on attachment 133801 [details] Patch Can we test this?
Pavel Feldman
Comment 3 2012-03-26 08:30:37 PDT
Note You need to log in before you can comment on or make changes to this bug.