Does anyone have any tips for debugging java workers? Is there a way to step through the code? I poked around a bit in the Chrome developer tools Sources and other selections, but couldn't find much. If there isn't a way to step through it, does everyone (generally speaking) just put in console.log() commands to get info during runtime? Thanks!