Switch the CLI debugger to V8 inspector #11421
Labels
diag-agenda
Issues and PRs to discuss during the meetings of the diagnostics working group.
inspector
Issues and PRs related to the V8 inspector protocol
This is a tracking issue for the work required to migrate the CLI debugger from the old V8 debugger protocol to the new V8 inspector protocol. Previous discussions and some background can be found in #7266 and nodejs/diagnostics#67.
node inspect
coverage matches (or exceeds) the suite fornode debug
node-inspect
(node inspect -p <pid>
, to be tested against debug: activate inspector with _debugProcess #11431) - PR: Support for debugging a pid node-inspect#37node debug
an alias fornode inspect
- PR: inspector: makedebug
an alias forinspect
#11441process.debugPort
change tonode-inspect
- PR: Take --debug-port into account node-inspect#26node inspect
and more details about--inspect
to docs - PR: guides: debugging getting started guide nodejs.org#1131node --inspect
from documentation - PR: src: Remove support for --debug #12197node --inspect
from runtime - PR: src: remove experimental warning for inspect #12352node --debug
- PR: lib: deprecate node --debug at runtime #10970--debug
/--debug-brk
for node 8 - PR: src: Remove support for --debug #12197^v1.11.1
) into node - PR: deps: update node-inspect to v1.11.2 #12363Context & History
node-inspect
repositorynodejs/CTC
issueThe text was updated successfully, but these errors were encountered: