Skip to content

src: reset inspector brk for node bootstrap js

This commit suggests that after calling a node bootstrap js function and --inspect-brk-node was specified, that the inspector should pause again on the next node internal bootstrap function.

The motivation for this is that when debugging with --inspect-brk-node it will break/pause on the first JavaScript function, but when continuing it will stop in the user defined function and not in the other node internal bootstrap js functions.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading