The log show you:
- Debugger attached
- Shows the console.log("......")
- Waiting for the debugger to disconnect
Let's talk about the last item, it shows that the debugger is still running and listening for the quiet command (usually ctrl+c).
So the debugger is up and running until disconnecting or quitting, so use it without any problem.