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
can also be instructed to start listening for debugging messages by signaling it with SIGUSR1 (on Linux and OS X). As of Node 7 this activates the legacy Debugger API; in Node 8 and later it will activate the Inspector API.
How to do the opposite please? That is, to disable the debugging port and the inspector protocol?
Our intention is to revert back to the previous state before the debugging is enabled after a temporary debugging session, so we don't have to worry about any performance impacts due to the debugging being enabled.
The text was updated successfully, but these errors were encountered:
Hello @changsi-an,
This is an issue more suited for nodejs/help which is the usage and help repo.
But anyway the best way to close the inspector is with insector.close.
I'm closing this issue, but feel free to reopen or comment if you find a problem in node core, or are missing functionality.
v8.1.4
Hello,
On this page debugging-getting-started
it is mentioned that:
How to do the opposite please? That is, to disable the debugging port and the inspector protocol?
Our intention is to revert back to the previous state before the debugging is enabled after a temporary debugging session, so we don't have to worry about any performance impacts due to the debugging being enabled.
The text was updated successfully, but these errors were encountered: