summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/pause-on-instrumentation-expected.txt
blob: 67dda7889df3812c66c729b2ce7b11c7e56e08ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Test if pauses break execution when requested during instrumentation pause in js

Running test: testPauseDuringInstrumentationPause
Set instrumentation breakpoints and requested script evaluation.
Paused at foo.js with reason "instrumentation".
Requested debugger pause.
Resumed.
Paused at foo.js with reason "other".
Resumed.
Done.

Running test: testInstrumentationRemoveDuringInstrumentationPause
Paused at  with reason "instrumentation".
Removed instrumentation breakpoint
Resumed
Evaluation result: 42