Bug 140428 - Web Inspector: debugger pause on exception does not pause the currently recording timeline/elapsed time
Summary: Web Inspector: debugger pause on exception does not pause the currently recor...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-13 22:20 PST by Brian Burg
Modified: 2016-12-13 15:36 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.