We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5ffa4 commit 244acb1Copy full SHA for 244acb1
doc/api/debugger.md
@@ -120,7 +120,7 @@ It is also possible to set a breakpoint in a file (module) that
120
isn't loaded yet:
121
122
```txt
123
-$ ./node debug test/fixtures/break-in-module/main.js
+$ node debug test/fixtures/break-in-module/main.js
124
< debugger listening on port 5858
125
connecting to port 5858... ok
126
break in test/fixtures/break-in-module/main.js:1
0 commit comments