Uh oh!
There was an error while loading. Please reload this page.
doc: add --inspect-brk-node - #26639
Conversation
joyeecheung
left a comment
There was a problem hiding this comment.
I don't think we should document this, it is for internal debugging only, similar to --expose-internals. It does not actually break on the first JS script ever executed anyway, because the inspector is not started at that point.
The users should use --inspect-brk instead.
aymen94
commented
Mar 14, 2019
@joyeecheung Ok, thanks. |
BridgeAR
commented
Mar 14, 2019
Trott
commented
Mar 14, 2019
Creating something in
|
Trott
commented
Mar 14, 2019
I'm going to close this because we don't want this documented in end-user docs. Feel free to open a new PR for internal documentation though. That would be great. |
added in cli documentation
--inspect-brk-node.