-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn Node Debug on/off (call V8 API) #388
Comments
Note that node has both a legacy (and soon to disappear) "debug" protocol (JSON over TCP, Its the inspect protocol that should be turned on, its what can be used with current Chrome browsers (the TCP protocol has been deleted for a while, and will be gone from node in 8.x, likely). |
There is no V8 API for turning debug on and off dynamically. Users are expected to end their Node process and restart it with the |
I'm in process of making (or finding) a node (js or c++) API for turning inspector on/off, finding its UUID, etc. |
@sam-github feel free to reopen |
@sjanuary I don't have that power, but feel free to give it to me! ;-) Merged to master: nodejs/node#13228 Also, I found a legacy |
No description provided.
The text was updated successfully, but these errors were encountered: