Hi node folk,
Does anyone know how to regain control of the debugger once you've issued the pause command on a process that is already paused? I've done this by accident and received this output:
... and after that the process stops responding and cant be killed by Ctrl-C.
I'm trying to debug an issue on a Digital Ocean server which has its networking turned off, so I've only got one VNC connection to play with and can't kill the debugger process via another terminal.
Sam