[Webkit-unassigned] [Bug 100846] [JSC] Web Inspector: support Debugger.pause for dedicated workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 01:09:17 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=100846





--- Comment #3 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-11-19 01:11:13 PST ---
(In reply to comment #2)
> (In reply to comment #1)
> > So far, the Pause commands are same for shared and dedicated worker of JSC, it just set a flag to let JSC engine to stop on next statement.
> > 
> > Are there some special cases have to be considered? Please give some tips, thank you very much.
> 
> The pause command should work even if the worker is in a tight loop so that we can pause long-running scripts. Apart from that there is nothing special about the pause for workers.
> 
> There is a sanity test for pause in dedicated worker that didn't work in JSC last time I checked that(LayoutTests/inspector-protocol/debugger-pause-dedicated-worker.html). This may have changed after your recent changes to WorkerScriptDebugServer.

Ok, I'll check it and report the newest situation here. Thank you.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list