-
-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
EDIT: Please refer to nodejs/node#11421 for the latest status.
This issue tracks outstanding questions & tasks that have to be resolved to bring node-inspect into the nodejs org.
- Ensure that the test coverage matches (or exceeds) the suite for
node debug - Link to diagnostic GOVERNANCE document
- Passes node core's eslint config
- TSC approval for project acceptance in Foundation: Bring 'node-inspect' (CLI Debugger) under the Foundation TSC#190
- Initial PR to node: deps: Add node-inspect node#10187
- Support debugging a pid, depends on Debug already running process using v8-inspector? node#8464
- Add deprecation notice to current debugger docs: doc: Deprecate old debug protocol node#10320
- Add
node-inspectand more details about--inspectto debugger docs: guides: debugging getting started guide nodejs.org#1131 - Add runtime deprecation to
node --debug: lib: deprecate node --debug at runtime node#10970