Skip to content

Commit eb3d575

Browse files
alexdunnelpinca
authored andcommitted
Improve inspector option description (#1578)
Fixes: nodejs/node#19066
1 parent e658dc9 commit eb3d575

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

locale/en/docs/inspector.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,14 @@ The following table lists the impact of various runtime flags on debugging:
109109
</ul>
110110
</td>
111111
</tr>
112+
<tr>
113+
<td><code>node inspect --port=xxxx <i>script.js</i></code></td>
114+
<td>
115+
<ul>
116+
<li>Spawn child process to run user's script under --inspect flag;
117+
and use main process to run CLI debugger.</li>
118+
<li>Listen on port <i>port</i> (default: 9229)</li>
119+
</ul>
120+
</td>
121+
</tr>
112122
</table>
113-

0 commit comments

Comments
 (0)