Skip to content

inspector: do not rely on debug context

Rodrigo Muino Tomonari requested to merge github/fork/eugeneo/breakpoint into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

inspector: switched to setting the breakpoint by adding a statement debug: code refactored

Description of change

This change removes a need for the V8 debug context for setting up initial breakpoint. The new approach to setting the breakpoint is to add 'debugger;' statement to the script wrapper.

Merge request reports

Loading