Bug 165421 - Web Inspector: Programmatic capture only disables breakpoints on backend for main target, should also disable on Workers
Summary: Web Inspector: Programmatic capture only disables breakpoints on backend for ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-05 15:06 PST by Joseph Pecoraro
Modified: 2016-12-13 14:44 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-12-05 15:06:20 PST
Summary:
Programmatic capture only disables breakpoints on backend for main target, should also disable on Workers

So a console.profile() initiated on the Page should disable breakpoints so that Workers don't trigger breakpoints and pause in the middle of the timeline recording.