NEW 164732
Web Inspector: Workers cannot step over importScripts line if Page is paused
https://bugs.webkit.org/show_bug.cgi?id=164732
Summary Web Inspector: Workers cannot step over importScripts line if Page is paused
Joseph Pecoraro
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-11-14 14:10:13 PST
Note You need to log in before you can comment on or make changes to this bug.