FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: fix dead inspector help URL by galaxy4276 · Pull Request #62802 · nodejs/node · GitHub

/ node Public

src: fix dead inspector help URL - #62802

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

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

Conversation

Copy link
Copy Markdown
Contributor

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>

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/inspector

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 commented Apr 18, 2026

Copy link
Copy Markdown
Member

Duplicate of #62745.

codecov Bot commented Apr 18, 2026
edited
Loading

Copy link
Copy Markdown

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.

Copy link
Copy Markdown
Contributor Author

Duplicate of #62745.

Thanks

galaxy4276 closed this Apr 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL