Skip to content

inspector: add --inspect-brk flag

Rodrigo Muino Tomonari requested to merge github/fork/joshgav/inspect-brk into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

inspector

Description of change

add --inspect-brk flag to provide same behavior as --debug-brk flag but for inspector. This allows complete separation of inspector and debugger (old debugger) flags.

Merge request reports

Loading