We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b2fa9 commit d92b45eCopy full SHA for d92b45e
doc/api/inspector.md
@@ -85,7 +85,7 @@ execution is suspended (through breakpoints, for example):
85
session.on('Debugger.paused', ({ params }) => {
86
console.log(params.hitBreakpoints);
87
});
88
-// [ '/node/test/inspector/test-bindings.js:11:0' ]
+// [ '/the/file/that/has/the/breakpoint.js:11:0' ]
89
```
90
91
### session.connect()
0 commit comments