* 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.
<rdar://problem/18861394>
Created attachment 240883 [details] [PATCH] Proposed Fix
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.
Comment on attachment 240883 [details] [PATCH] Proposed Fix Clearing flags on attachment: 240883 Committed r175563: <http://trac.webkit.org/changeset/175563>
All reviewed patches have been landed. Closing bug.