Bug 141213
| Summary: | Web Inspector: when paused, debugger call stack should show native entry point to JavaScript | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brian Burg <burg> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, jonowells, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Brian Burg
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19706995>