Tracking issue: `node inspect` probe mode
Open
Nobody has claimed this yet.
debugger
inspector
- Dominant language
- JavaScript
- Stars
- 122k
- Forks
- 37.3k
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 283
Description
- Publish JSON schema
- Streaming via newline-delimited JSON (as suggested in https://github.com/nodejs/node/pull/62713#issuecomment-4246848358)
-
-p pidsupport - Source map support
- Test that type-stripping works via sourceURL: https://github.com/nodejs/node/pull/63748
- conditional breakpoint support https://github.com/nodejs/node/pull/64328
-
--max-hitsupport https://github.com/nodejs/node/pull/63704 - Initial implementation https://github.com/nodejs/node/pull/62713
- Refactoring https://github.com/nodejs/node/pull/63013
- Probe location disambiguation https://github.com/nodejs/node/pull/63286
- Better error handling and recovery hints https://github.com/nodejs/node/pull/63437
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the node inspect probe mode entry point and review the remaining checklist items: JSON schema, newline-delimited JSON streaming, -p pid support, and source map support. The completed pull requests show prior scope; done means implementing or closing the unchecked items with corresponding tests and documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100