You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Under Linux we can use the SIGUSR1 signal in order to order to start the debugger.
It's usefull when you have a child process and you want to debug it.
With windows a RegisterDebugSignalHandler is used, this a share memory with a pointer to function in it.
I don't see any example how to use, except if I run an external program in order to invoke this method ?
It would great if someone can describe how you to start the debugger via node under windows.
Thanks for your ligths