We can start debugger in nodejs using kill -USR1 PID. How can we disable it using any signal or any other way without terminating the worker?
kill -USR1 PID
Reference -