Skip to content

inspector: patch C++ debug options instead of process._breakFirstLine

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/patch-brk into master

Instead of patching process._breakFirstLine to inform the JS land to wait for the debugger, check that the JS land has not yet serialized the options and then patch the debug options from C++. The changes will be carried into JS later during option serialization.

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

Merge request reports

Loading