Test that sections representing scopes of the current call frame are expandable and contain correct data.
Set timer for test function.
Script execution paused.
Scope variables sidebar pane:
Catch block
e: Error: An exception
at innerFunction (...)
at testFunction (...)
Local
this: Window
innerFunctionLocalVar: 2012
negInf: -Infinity
negZero: -0
x: 2010
Closure (makeClosure)
makeClosureLocalVar: "local.TextParam"
n: "TextParam"
WindowGlobal
<section collapsed>
Script execution resumed.