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 solu
As a fast solution on the missing console.log, you can just use throw JSON.stringify({data:data})
throw JSON.stringify({data:data})