Skip to content

inspector: listen on process.debugPort

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/debug-port into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

inspector

Description of change

This commit consolidates the debugging port used by the inspector and Node's legacy debugger. This eliminates any chance of the two debuggers working side by side, but the inspector is currently an unofficial feature, and the legacy debugger should eventually be removed in favor of it.

Fixes: https://github.com/nodejs/node/issues/8201

Merge request reports

Loading