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 7904066 commit c48c318Copy full SHA for c48c318
doc/api/debugger.md
@@ -116,8 +116,9 @@ on line 1
116
It is also possible to set a breakpoint in a file (module) that
117
isn't loaded yet:
118
119
+
120
```
-$ ./node debug test/fixtures/break-in-module/main.js
121
+$ node debug test/fixtures/break-in-module/main.js
122
< debugger listening on port 5858
123
connecting to port 5858... ok
124
break in test/fixtures/break-in-module/main.js:1
0 commit comments