forked from LeenkxTeam/Kmake
17 lines
507 B
Plaintext
17 lines
507 B
Plaintext
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
|