NEW141213
Web Inspector: when paused, debugger call stack should show native entry point to JavaScript
https://bugs.webkit.org/show_bug.cgi?id=141213
Summary Web Inspector: when paused, debugger call stack should show native entry poin...
Brian Burg
Reported 2015-02-03 15:14:28 PST
In some cases like Array.prototype.map, a call frame like [native code] is entered into the call stack. It would be great to extend this, so that the call stack shows DOM timers, DOM events, requestAnimationFrame, promises, etc as native call frames that call into user script. Bonus points if these could be cross-referenced with the initiating code on the timeline.. :)
Attachments
Radar WebKit Bug Importer
Comment 1 2015-02-03 15:14:52 PST
Note You need to log in before you can comment on or make changes to this bug.