Skip to content

src: initialize inspector before RunBootstrapping()

This is necessary for --inspect-brk-node to work, and for the inspector to be aware of scripts created before bootstrapping.

Fixes: https://github.com/nodejs/node/issues/32648 Refs: https://github.com/nodejs/node/pull/30467#discussion_r396879908

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading