Skip to content

src, lib: use internal/options for indicating breakFirstLine

Before: _breakFirstLine was set onto process object.

After: This is now indicated by --inspect-brk option, which can be obtained from internal/options.

This commit resolves the following TODO - https://github.com/nodejs/node/blob/master/src/inspector_agent.cc#L715-L718

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

Merge request reports

Loading