Bug 164732

Summary: Web Inspector: Workers cannot step over importScripts line if Page is paused
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

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>