-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Update built-in debugger link to latest #1913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Find that it's indeed the |
fhemberger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZYSzys Please revert the changes, as it's indeed the legacy debugger.
I only noticed, that in the Korean version, links to the "Built-in Debugger" point to
- https://nodejs.org/docs/latest/api/debugger.html (comment)
- https://github.com/nodejs/node/blob/master/lib/_debugger.js
So these links should be replaced with https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html, as in the other languages.
If I'm not mistaken, this should be the only remaining change.
28cf11b to
7d3c588
Compare
|
@fhemberger 👌Reverted and updated the link of "Built-in Debugger" in the Korean version. |
|
@ZYSzys Thanks! 👍 |
Update built-in debugger link to the latest in guides/debugging-getting-started.