OLD | NEW |
1 Tests that evaluation in console works fine when script is paused. It also check
s that stack and global variables are accessible from the console. | 1 Tests that evaluation in console works fine when script is paused. It also check
s that stack and global variables are accessible from the console. |
2 | 2 |
3 Debugger was enabled. | |
4 Set timer for test function. | 3 Set timer for test function. |
5 Script execution paused. | 4 Script execution paused. |
6 Evaluated script on the top frame: 4021 | 5 Evaluated script on the top frame: 4021 |
7 Evaluated script on the calling frame: 301 | 6 Evaluated script on the calling frame: 301 |
8 Script execution resumed. | 7 Script execution resumed. |
9 Debugger was disabled. | |
10 | 8 |
OLD | NEW |