OLD | NEW |
1 foo: 14:4 | 1 foo: 14:4 |
2 blackboxedBoo: 3:12 | 2 blackboxedBoo: 3:12 |
3 notBlackboxedFoo: 3:12 | 3 notBlackboxedFoo: 3:12 |
4 blackboxedFoo: 10:12 | 4 blackboxedFoo: 10:12 |
5 notBlackboxedBoo: 17:12 | 5 notBlackboxedBoo: 17:12 |
6 testFunction: 8:4 | 6 testFunction: 8:4 |
7 | 7 |
8 Try to set positions: [{"line":0,"column":0},{"line":0,"column":0}] | 8 Try to set ranges: [{"startLine":0,"startColumn":0,"endLine":0,"endColumn":0}] |
9 Input positions array is not sorted or contains duplicate values. | 9 'startColumn' should be less then 'endColumn' if 'startLine' == 'endLine' in (1
). |
10 Try to set positions: [{"line":0,"column":1},{"line":0,"column":0}] | 10 Try to set ranges: [{"startLine":0,"startColumn":1,"endLine":0,"endColumn":0}] |
11 Input positions array is not sorted or contains duplicate values. | 11 'startColumn' should be less then 'endColumn' if 'startLine' == 'endLine' in (1
). |
12 Try to set positions: [{"line":0,"column":-1}] | |
13 Position missing 'column' or 'column' < 0. | |
14 action: stepOut | 12 action: stepOut |
15 notBlackboxedFoo: 4:4 | 13 notBlackboxedFoo: 4:4 |
16 blackboxedFoo: 10:12 | 14 blackboxedFoo: 10:12 |
17 notBlackboxedBoo: 17:12 | 15 notBlackboxedBoo: 17:12 |
18 testFunction: 8:4 | 16 testFunction: 8:4 |
19 | 17 |
20 action: stepOut | 18 action: stepOut |
21 notBlackboxedBoo: 18:4 | 19 notBlackboxedBoo: 18:4 |
22 testFunction: 8:4 | 20 testFunction: 8:4 |
23 | 21 |
(...skipping 23 matching lines...) Expand all Loading... |
47 action: stepOver | 45 action: stepOver |
48 action: stepInto | 46 action: stepInto |
49 foo: 16:0 | 47 foo: 16:0 |
50 blackboxedBoo: 3:12 | 48 blackboxedBoo: 3:12 |
51 notBlackboxedFoo: 3:12 | 49 notBlackboxedFoo: 3:12 |
52 blackboxedFoo: 10:12 | 50 blackboxedFoo: 10:12 |
53 notBlackboxedBoo: 17:12 | 51 notBlackboxedBoo: 17:12 |
54 testFunction: 9:4 | 52 testFunction: 9:4 |
55 | 53 |
56 | 54 |
OLD | NEW |