Skip to content

inspector: restore 9229 as a default port

Rodrigo Muino Tomonari requested to merge github/fork/eugeneo/default-ports into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

Some tools are now relying on 9229 to be node.js "inspector" port (I see Chrome extensions, some online blog posts, etc.) Also, having same default port values for old and new protocols may lead to some confusion, e.g. when tools are trying to autodiscover debuggable Node instances.

CC: @ofrobots, @cjihrig, @bnoordhuis

Merge request reports

Loading