blob: bade1a9791ae228bb8bbe912948250c199258f6a [file] [log] [blame] [edit]
Test if breakpoints are hit that are set on instrumentation pause in js
Running test: testSetBreakpointOnInstrumentationPause
set breakpoint and evaluate script..
Setting breakpoint at instrumentation break location
Paused at foo.js with reason "instrumentation".
Hit breakpoints: []
Paused at foo.js with reason "other".
Hit breakpoints: ["4:0:20:3"]
Done.
Running test: testSetConditionalBreakpointTrueConditionOnInstrumentationPause
set breakpoint and evaluate script..
Setting breakpoint at instrumentation break location
Paused at foo.js with reason "instrumentation".
Hit breakpoints: []
Paused at foo.js with reason "other".
Hit breakpoints: ["4:0:20:4"]
Done.
Running test: testSetConditionalBreakpointFalseConditionOnInstrumentationPause
set breakpoint and evaluate script..
Setting breakpoint at instrumentation break location
Paused at foo.js with reason "instrumentation".
Hit breakpoints: []
Done.