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 13eaf4c commit 4aea88bCopy full SHA for 4aea88b
locale/en/docs/guides/debugging-getting-started.md
@@ -156,7 +156,7 @@ couple popular ones are listed below.
156
157
The V8 Debugging Protocol is no longer maintained or documented.
158
159
-#### [Built-in Debugger](https://github.com/nodejs/node/blob/master/lib/_debugger.js)
+#### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
160
161
Start `node debug script_name.js` to start your script under Node's builtin
162
command-line debugger. Your script starts in another Node process started with
0 commit comments