inspector-break-api-expected.txt 626 Bytes
Newer Older
1 2 3 4
Checks breakProgram,(schedule|cancel)PauseOnNextStatement test API

Running test: testBreakProgram
Stack:
5
callBreakProgram (:9:12)
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
(anonymous) (:0:0)
Other data:
{
    method : Debugger.paused
    params : {
        data : {
            a : 42
        }
        hitBreakpoints : [
        ]
        reason : reason
    }
}


Running test: testSchedulePauseOnNextStatement
Stack:
(anonymous) (expr1.js:0:0)
Other data:
{
    method : Debugger.paused
    params : {
        data : {
            a : 42
        }
        hitBreakpoints : [
        ]
        reason : reason
    }
}


Running test: testCancelPauseOnNextStatement