Skip to content

Commit

Permalink
doc: change ./node to node in debugger.md
Browse files Browse the repository at this point in the history
Fixes: #8942
PR-URL: #8943
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
AnnaMag authored and Myles Borins committed Nov 18, 2016
1 parent 7904066 commit c48c318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ on line 1
It is also possible to set a breakpoint in a file (module) that
isn't loaded yet:


```
$ ./node debug test/fixtures/break-in-module/main.js
$ node debug test/fixtures/break-in-module/main.js
< debugger listening on port 5858
connecting to port 5858... ok
break in test/fixtures/break-in-module/main.js:1
Expand Down

0 comments on commit c48c318

Please sign in to comment.