Bug 164732 - Web Inspector: Workers cannot step over importScripts line if Page is paused
Summary: Web Inspector: Workers cannot step over importScripts line if Page is paused
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: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-14 14:07 PST by Joseph Pecoraro
Modified: 2016-12-13 15:33 PST (History)
2 users (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-11-14 14:07:24 PST
Summary:
Workers cannot step over importScripts line if Page is paused

On a page where the worker is paused at an importScripts statement and the Page is paused in JavaScript, then the worker cannot step over the importScripts statement. This is because the Main Thread has suspended Main Thread callbacks (setMainThreadCallbacksPaused) on which importScripts currently depends.
Comment 1 Radar WebKit Bug Importer 2016-11-14 14:10:13 PST
<rdar://problem/29254060>