Bug 140428

Summary: Web Inspector: debugger pause on exception does not pause the currently recording timeline/elapsed time
Product: WebKit Reporter: Brian Burg <burg>
Component: Web InspectorAssignee: 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   

Description Brian Burg 2015-01-13 22:20:58 PST
:(
Comment 1 Radar WebKit Bug Importer 2015-01-13 22:21:10 PST
<rdar://problem/19467704>
Comment 2 Matt Baker 2015-06-08 19:38:05 PDT
It looks like InspectorDebuggerAgent correctly pauses the shared stopwatch when breaking on an exception. After resuming, the timeline recording continues updating and new events are added at the correct time.

The time elapsed while paused in the debugger doesn't appear as a gap in the timeline recording, as expected.