| OLD | NEW |
| 1 | 1 |
| 2 Test that sections representing scopes of the current call frame are expandable
and contain correct data. | 2 Test that sections representing scopes of the current call frame are expandable
and contain correct data. |
| 3 | 3 |
| 4 Evaluated script in console. | 4 Set timer for test function. |
| 5 Script execution paused. | 5 Script execution paused. |
| 6 | 6 |
| 7 Dump scope sections: | 7 Scope variables sidebar pane: |
| 8 Catch | 8 Catch |
| 9 e: Error: An exception | 9 e: Error: An exception |
| 10 Local | 10 Local |
| 11 innerFunctionLocalVar: 2012 | 11 innerFunctionLocalVar: 2012 |
| 12 negInf: -Infinity | 12 negInf: -Infinity |
| 13 negZero: -0 | 13 negZero: -0 |
| 14 this: Window | 14 this: Window |
| 15 x: 2010 | 15 x: 2010 |
| 16 Closure | 16 Closure |
| 17 makeClosureLocalVar: "local.TextParam" | 17 makeClosureLocalVar: "local.TextParam" |
| 18 n: "TextParam" | 18 n: "TextParam" |
| 19 WindowGlobal | 19 WindowGlobal |
| 20 <section collapsed> | 20 <section collapsed> |
| 21 Script execution resumed. | 21 Script execution resumed. |
| 22 | 22 |
| OLD | NEW |