Skip to content

inspector: break in eval script

Rodrigo Muino Tomonari requested to merge github/fork/eugeneo/break_in_eval into master

Fixes: https://github.com/nodejs/node/issues/14577

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

eval scripts are now wrapped into inspector call to break on a first line.

Merge request reports

Loading