There should be a way to debug dedicated worker script from the very first statement.
Created attachment 112178 [details] Patch
Comment on attachment 112178 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=112178&action=review > Source/WebCore/inspector/Inspector.json:385 > + "name": "resume", run ?
Comment on attachment 112178 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=112178&action=review > Source/WebCore/inspector/front-end/WorkerManager.js:67 > + WebInspector.WorkerManager._calculateWorkerInspectorTitle(); But why? Could you make this call upon return from some backend method?
Comment on attachment 112178 [details] Patch Attachment 112178 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/10197862 New failing tests: inspector/protocol/runtime-agent.html
Created attachment 112182 [details] Patch for landing
(In reply to comment #2) > (From update of attachment 112178 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=112178&action=review > > > Source/WebCore/inspector/Inspector.json:385 > > + "name": "resume", > > run ? Done. (In reply to comment #3) > (From update of attachment 112178 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=112178&action=review > > > Source/WebCore/inspector/front-end/WorkerManager.js:67 > > + WebInspector.WorkerManager._calculateWorkerInspectorTitle(); > > But why? Could you make this call upon return from some backend method? Done.
Created attachment 112183 [details] Patch for landing
Committed r98237: <http://trac.webkit.org/changeset/98237>