RESOLVED FIXED 138338
Web Inspector: Uncaught Exceptions when paused and hovering JavaScript without CallFrames
https://bugs.webkit.org/show_bug.cgi?id=138338
Summary Web Inspector: Uncaught Exceptions when paused and hovering JavaScript withou...
Joseph Pecoraro
Reported 2014-11-03 17:12:01 PST
* SUMMARY Uncaught Exceptions when paused and hovering JavaScript without CallFrames SourceCodeTextEditor.js:1214:"undefined is not an object (evaluating 'WebInspector.debuggerManager.activeCallFrame.id')" * STEPS TO REPRODUCE 1. Inspect <http://bogojoker.com/shell/> 2. Enable Pause on all exceptions 3. js> setTimeout(function(){[].x.x}) 4. When paused, hover over any JavaScript, e.g. "document" in the index.html => Exception * NOTES Maybe we should show at least one call frame here, but in the meantime, we should handle the exception.
Attachments
[PATCH] Proposed Fix (2.18 KB, patch)
2014-11-03 17:13 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2014-11-03 17:12:46 PST
Joseph Pecoraro
Comment 2 2014-11-03 17:13:12 PST
Created attachment 240883 [details] [PATCH] Proposed Fix
Geoffrey Garen
Comment 3 2014-11-04 11:01:52 PST
Comment on attachment 240883 [details] [PATCH] Proposed Fix r=me Can you file a follow-up bug about showing a call frame in this case? It seems like we should / should be able to.
WebKit Commit Bot
Comment 4 2014-11-04 11:39:12 PST
Comment on attachment 240883 [details] [PATCH] Proposed Fix Clearing flags on attachment: 240883 Committed r175563: <http://trac.webkit.org/changeset/175563>
WebKit Commit Bot
Comment 5 2014-11-04 11:39:15 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.