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:
Jon Moss 2017-10-17 22:26:34 -04:00 committed by James M Snell
parent 70832bc353
commit 1446db0ee8

View File

@ -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()