Skip to content

src: remove `process.binding('config').debugOptions`

process.binding('config').debugOptions, which contains the initial values of parsed debugger-related CLI options, has been used for internal testing. This patch removes them and uses internal/options to query the values in the tests instead.

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

Merge request reports

Loading