**EDIT:** Please refer to https://github.com/nodejs/node/issues/11421 for the latest status. This issue tracks outstanding questions & tasks that have to be resolved to bring [`node-inspect`](https://github.com/nodejs/node-inspect) into the nodejs org. - [x] Ensure that the test coverage matches (or exceeds) the suite for `node debug` - [x] Link to diagnostic GOVERNANCE document - [x] Passes node core's eslint config - [x] TSC approval for project acceptance in Foundation: https://github.com/nodejs/TSC/issues/190 - [x] Initial PR to node: https://github.com/nodejs/node/pull/10187 - [ ] Support debugging a pid, depends on https://github.com/nodejs/node/issues/8464 - [x] Add deprecation notice to current debugger docs: https://github.com/nodejs/node/pull/10320 - [ ] Add `node-inspect` and more details about `--inspect` to debugger docs: https://github.com/nodejs/nodejs.org/pull/1131 - [x] Add runtime deprecation to `node --debug`: https://github.com/nodejs/node/pull/10970 #### Context & History * [V8 5.7 removes support for the old protocol](https://github.com/nodejs/node/issues/9789) * [Issue: Port debugger to new protocol](https://github.com/nodejs/node/issues/7266) * [`node-inspect` repository](https://github.com/nodejs/node-inspect) * [Meeting notes of initial diagnostics discussion](https://docs.google.com/document/d/1ksAjU0ypopwZ70kzMOq7XSHrIh20wsOlcFicGbkNly8/edit#heading=h.1gq3yj9rs3ma) * [Diagnostics WG discussion at node interactive](https://github.com/nodejs/diagnostics/blob/master/wg-meetings/2016-12-02.md#cli-debugger) * [`nodejs/CTC` issue](https://github.com/nodejs/CTC/issues/40) * [Discussion in CTC meeting](https://docs.google.com/document/d/1s1yJ1lhPuRhis12l6h21wvoPCuorgciFrPKEKG4olvE/edit#heading=h.42en2gnc3w38)