Awesome. The integration is really cool, though that's totally without digging in at all to compare it to live editing and workspaces (<a href="https://developer.chrome.com/devtools/docs/workspaces" rel="nofollow">https://developer.chrome.com/devtools/docs/workspaces</a>).<p>Looks like Firefox supports some form of remote debugging too (<a href="https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging" rel="nofollow">https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugg...</a>), though looks like it might be more painful to integrate with (<a href="https://github.com/caspervonb/amok/issues/10" rel="nofollow">https://github.com/caspervonb/amok/issues/10</a>).<p>I do wonder how well this would integrate with SPAs - seems like it would be great for testing events/handlers/etc, but might be weirder (or at least possibly more work than just refreshing) for testing app starts and the like.