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
| --inspect | Enable inspector agent; Listen on default address and port (127.0.0.1:9229) |
127
-
| --inspect=[host:port]| Enable inspector agent; Bind to address or hostname host (default: 127.0.0.1); Listen on port port (default: 9229) |
128
-
| --inspect-brk | Enable inspector agent; Listen on default address and port (127.0.0.1:9229); Break before user code starts |
129
-
| --inspect-brk=[host:port]| Enable inspector agent; Bind to address or hostname host (default: 127.0.0.1); Listen on port port (default: 9229); Break before user code starts |
130
-
| node inspect script.js | Spawn child process to run user's script under --inspect flag; and use main process to run CLI debugger. |
131
-
| node inspect --port=xxxx script.js | Spawn child process to run user's script under --inspect flag; and use main process to run CLI debugger. Listen on port port (default: 9229) |
| --inspect | Enable inspector agent; Listen on default address and port (127.0.0.1:9229) |
127
+
| --inspect=[host:port]| Enable inspector agent; Bind to address or hostname host (default: 127.0.0.1); Listen on port port (default: 9229) |
128
+
| --inspect-brk | Enable inspector agent; Listen on default address and port (127.0.0.1:9229); Break before user code starts |
129
+
| --inspect-brk=[host:port]| Enable inspector agent; Bind to address or hostname host (default: 127.0.0.1); Listen on port port (default: 9229); Break before user code starts |
130
+
| --inspect-wait | Enable inspector agent; Listen on default address and port (127.0.0.1:9229); Wait for debugger to be attached. |
131
+
| --inspect-wait=[host:port]| Enable inspector agent; Bind to address or hostname host (default: 127.0.0.1); Listen on port port (default: 9229); Wait for debugger to be attached. |
132
+
| node inspect script.js | Spawn child process to run user's script under --inspect flag; and use main process to run CLI debugger. |
133
+
| node inspect --port=xxxx script.js | Spawn child process to run user's script under --inspect flag; and use main process to run CLI debugger. Listen on port port (default: 9229) |
0 commit comments