How to debug web workers

Posted by Zachary K on Stack Overflow See other posts from Stack Overflow or by Zachary K
Published on 2010-02-24T04:59:40Z Indexed on 2010/04/28 15:03 UTC
Read the original article Hit count: 210

I have been working with web workers in HTML 5 and am looking for ways to debug them. Ideally something like the firebug or chrome debuggers. Does anyone have any good solution to this. with no access to the console or DOM its kind of hard to debug iffy code

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html5