When pausing in the debugger at a breakpoint in a service worker, I can't inspect any local variables in scope, nor can I resume the script with the play button after it is paused. The service worker is frozen and dead at that point and can't be continued. This is affecting web extensions at least, which are slightly different from normal service workers in that they run on the main thread. An example extension can be found on bug 263170.
I am also unable to execute anything in the console.
<rdar://problem/117168726>