Tracking issue: `node inspect` probe mode
未关闭
还没有人认领这个 Issue。
debugger
inspector
- 主要语言
- JavaScript
- 星标
- 122k
- 派生
- 37.4k
- 平均合并
- 4 天 3 小时
- 30 天内合并 PR
- 272
描述
- 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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 node inspect 的 probe 模式入口点开始,检查剩余的清单项:JSON schema、Newline-delimited JSON streaming、-p pid 支持以及 source map support。已完成的 pull request 展示了之前的范围;完成意味着实现或关闭未勾选的项目,并提供相应的测试和文档。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js
- 领域
- cli, devtools
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100