Skip to content

src: simplify --debug flags

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/debug-opts into master

Any use of --debug, --debug=, --debug-brk, or --debug-brk= now triggers an error. That means we can eliminate their aliases with --inspect counterparts and simplify the code.

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

Merge request reports

Loading