1 Tests live edit feature.
4 Running: testLiveEditWithoutStepInWhenPausedDoesNotCauseCursorMove
5 Script execution paused.
6 Moving cursor to (0, 0).
8 Script execution paused.
9 Script execution resumed.
10 Cursor position is: (0, 0).
12 Running: testLiveEditWithStepInWhenPausedDoesNotCauseCursorMove
13 Script execution paused.
14 Moving cursor to (0, 0).
17 Script execution resumed.
18 Script execution paused.
19 Script execution resumed.
20 Cursor position is: (0, 0).
22 Running: testLiveEditWithoutStepInWhenPausedThenStepIntoCausesCursorMove
23 Script execution paused.
24 Moving cursor to (0, 0).
26 Script execution paused.
29 Script execution resumed.
30 Script execution paused.
31 Script execution resumed.
32 Cursor position is: (2, 4).
34 Running: testLiveEditWithStepInWhenPausedThenStepIntoCausesCursorMove
35 Script execution paused.
36 Moving cursor to (0, 0).
41 Script execution resumed.
42 Script execution paused.
43 Script execution resumed.
44 Script execution paused.
45 Script execution resumed.
46 Cursor position is: (8, 4).