| 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 Set timer for test function. | 3 Set timer for test function. |
| 4 Script execution paused. | 4 Script execution paused. |
| 5 Evaluated script on the top frame: 4021 | 5 Evaluated script on the top frame: 4021 |
| 6 Evaluated script on the calling frame: 301 | 6 Evaluated script on the calling frame: 301 |
| 7 Script execution resumed. | 7 Script execution resumed. |
| 8 | 8 |
| OLD | NEW |