webcl-firefox icon indicating copy to clipboard operation
webcl-firefox copied to clipboard

Implement DEBUG() for WebCLAsyncWorker.js

Open toaarnio opened this issue 10 years ago • 1 comments

The current implementation of DEBUG() uses console.log(), which is apparently not available in Workers (not even ChromeWorkers). We need some other way to print debug messages.

toaarnio avatar May 19 '14 14:05 toaarnio

console.log should be available for Workers since Firefox 29. DEBUG() still doesn't seem to be working, though, because nothing shows up in the console. Need to investigate.

toaarnio avatar Jun 07 '14 11:06 toaarnio