pause-expected.txt 1.01 KB
Newer Older
1 2 3 4
Checks Debugger.pause

Running test: testPause
paused at:
5
var a = #42;
6 7 8 9


Running test: testSkipFrameworks
paused at:
10
var a = #239;
11 12 13 14 15 16 17 18 19


Running test: testSkipOtherContext1
paused at:
var a = #1;


Running test: testSkipOtherContext2
paused at:
20
var a = #239;
21

22
paused at:
23
var a = 239;#
24

25 26 27

Running test: testWithNativeBreakpoint
paused at:
28
var a = #42;
29 30

paused at:
31
var a = #42;
32 33

paused at:
34
var a = #42;
35 36


37 38
Running test: testResumeAnotherGroup
paused at:
39
var a = #42;
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69

{
    error : {
        code : -32000
        message : Can only perform operation while paused.
    }
    id : <messageId>
}
{
    error : {
        code : -32000
        message : Can only perform operation while paused.
    }
    id : <messageId>
}
{
    error : {
        code : -32000
        message : Can only perform operation while paused.
    }
    id : <messageId>
}
{
    error : {
        code : -32000
        message : Can only perform operation while paused.
    }
    id : <messageId>
}

70 71 72 73
Running test: testDisableBreaksShouldCancelPause
paused at:
#debugger