Skip to content

Commit

Permalink
Improve inspector option description (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunne authored and lpinca committed Mar 6, 2018
1 parent e658dc9 commit eb3d575
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion locale/en/docs/inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,14 @@ The following table lists the impact of various runtime flags on debugging:
</ul>
</td>
</tr>
<tr>
<td><code>node inspect --port=xxxx <i>script.js</i></code></td>
<td>
<ul>
<li>Spawn child process to run user's script under --inspect flag;
and use main process to run CLI debugger.</li>
<li>Listen on port <i>port</i> (default: 9229)</li>
</ul>
</td>
</tr>
</table>

0 comments on commit eb3d575

Please sign in to comment.