OLD | NEW |
---|---|
(Empty) | |
1 Checks Debugger.pause | |
2 | |
3 Running test: testPause | |
4 paused at: | |
5 #var a = 42; | |
6 | |
7 | |
8 Running test: testSkipFrameworks | |
9 paused at: | |
10 #var a = 239; | |
11 | |
12 | |
13 Running test: testSkipOtherContext1 | |
14 paused at: | |
15 var a = #1; | |
16 | |
17 | |
18 Running test: testSkipOtherContext2 | |
19 paused at: | |
20 #var a = 239; | |
21 | |
22 | |
23 Running test: testWithNativeBreakpoint | |
24 paused at: | |
25 #var a = 42; | |
26 | |
27 paused at: | |
28 #var a = 42; | |
29 | |
30 paused at: | |
31 #var a = 42; | |
32 | |
33 | |
34 Running test: testDisableBreaksShouldCancelPause | |
35 paused at: | |
36 #debugger | |
37 | |
OLD | NEW |