doc: update test/inspector reference
PR-URL: https://github.com/nodejs/node/pull/16277 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
parent
70832bc353
commit
1446db0ee8
@ -85,7 +85,7 @@ execution is suspended (through breakpoints, for example):
|
||||
session.on('Debugger.paused', ({ params }) => {
|
||||
console.log(params.hitBreakpoints);
|
||||
});
|
||||
// [ '/node/test/inspector/test-bindings.js:11:0' ]
|
||||
// [ '/the/file/that/has/the/breakpoint.js:11:0' ]
|
||||
```
|
||||
|
||||
### session.connect()
|
||||
|
Loading…
x
Reference in New Issue
Block a user