On Jul 4, 8:25 am, ken6 <[email protected]> wrote: > I want to profile a webworker thread created using "foo = new > Worker('bar.js')". When I create a profile in the Firebug console > window, I only get the profiling info for the main thread, not the > child webworker thread. Is it even possible to do this?
No, this is not possible. There is no support for debugging webworkers in Mozilla platform. The bug I opened to ask for this feature was closed as INVALID: https://bugzilla.mozilla.org/show_bug.cgi?id=507783 jjb -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
