Skip to content

src: fix dead inspector help URL#62802

Closed
galaxy4276 wants to merge 1 commit intonodejs:mainfrom
galaxy4276:src/fix-inspector-help-url
Closed

src: fix dead inspector help URL#62802
galaxy4276 wants to merge 1 commit intonodejs:mainfrom
galaxy4276:src/fix-inspector-help-url

Conversation

@galaxy4276
Copy link
Copy Markdown

Summary

When running node --inspect, Node.js prints:

For help, see: https://nodejs.org/en/docs/inspector

This URL returns 404. Update it to the current location of the
inspector API documentation.

Changes

  • src/inspector_socket_server.cc: replace https://nodejs.org/en/docs/inspector
    with https://nodejs.org/api/inspector.html

Fixes: #62743

Test plan

  • Run node --inspect -e "" and verify the printed URL is reachable

The URL printed when running `node --inspect` pointed to
https://nodejs.org/en/docs/inspector which returns 404.

Update it to https://nodejs.org/api/inspector.html which is the
current location of the inspector API documentation.

Fixes: nodejs#62743

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/inspector

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run. labels Apr 18, 2026
@lpinca
Copy link
Copy Markdown
Member

lpinca commented Apr 18, 2026

Duplicate of #62745.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.69%. Comparing base (31b9e60) to head (0cbbca9).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #62802      +/-   ##
==========================================
- Coverage   89.70%   89.69%   -0.01%     
==========================================
  Files         706      706              
  Lines      218288   218288              
  Branches    41782    41782              
==========================================
- Hits       195806   195798       -8     
- Misses      14394    14403       +9     
+ Partials     8088     8087       -1     
Files with missing lines Coverage Δ
src/inspector_socket_server.cc 84.23% <ø> (ø)

... and 27 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@galaxy4276
Copy link
Copy Markdown
Author

Duplicate of #62745.

Thanks

@galaxy4276 galaxy4276 closed this Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dead link to inspector docs

3 participants