Skip to content

doc,src,test: fix dead inspector help URL#62745

Open
semimikoh wants to merge 1 commit intonodejs:mainfrom
semimikoh:fix/inspector-dead-help-link
Open

doc,src,test: fix dead inspector help URL#62745
semimikoh wants to merge 1 commit intonodejs:mainfrom
semimikoh:fix/inspector-dead-help-link

Conversation

@semimikoh
Copy link
Copy Markdown
Contributor

The inspector help message pointed to https://nodejs.org/en/docs/inspector
which returns a 404. Updated to https://nodejs.org/api/inspector.html.

  • src: update URL in inspector_socket_server.cc
  • doc: update example output in inspector.md and debugger.md
  • test: update response pattern in test-inspector-help-page.js

Fixes: #62743

@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 14, 2026
@semimikoh semimikoh force-pushed the fix/inspector-dead-help-link branch from f955be0 to 2a6b732 Compare April 14, 2026 23:28
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.69%. Comparing base (d080801) to head (2a6b732).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #62745      +/-   ##
==========================================
- Coverage   91.55%   89.69%   -1.87%     
==========================================
  Files         355      706     +351     
  Lines      149381   218127   +68746     
  Branches    23364    41740   +18376     
==========================================
+ Hits       136765   195644   +58879     
- Misses      12354    14402    +2048     
- Partials      262     8081    +7819     
Files with missing lines Coverage Δ
src/inspector_socket_server.cc 84.23% <100.00%> (ø)

... and 472 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.

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

2 participants