OLD | NEW |
1 Tests that RawSourceCode listeners count won't grow on each script pause. Bug 70
996 | 1 Tests that RawSourceCode listeners count won't grow on each script pause. Bug 70
996 |
2 | 2 |
3 Debugger was enabled. | |
4 | 3 |
5 Running: testCallStackPlacardsDiscarded | 4 Running: testCallStackPlacardsDiscarded |
6 Script source was shown. | 5 Script source was shown. |
7 Set timer for test function. | 6 Set timer for test function. |
8 Received DebuggerPaused event. | 7 Received DebuggerPaused event. |
9 Function name: testFunction | 8 Function name: testFunction |
10 Script execution paused. | 9 Script execution paused. |
11 Script execution resumed. | 10 Script execution resumed. |
12 Set timer for test function. | 11 Set timer for test function. |
13 Received DebuggerPaused event. | 12 Received DebuggerPaused event. |
14 Function name: testFunction | 13 Function name: testFunction |
15 Script execution paused. | 14 Script execution paused. |
16 Script execution resumed. | 15 Script execution resumed. |
17 Debugger was disabled. | |
18 | 16 |
OLD | NEW |