What is meant to display in the 'Locals' tab of the debugger?
説明
What is meant to display in the 'Locals' tab of the debugger?
対策
The Locals tab in debugger lists all the local variables that are accessible by the current execution line. Local variables appear during debugging process no matter whether watches are added for them or not. This kind of variables include function/procedure parameters and variables declared in a function/procedure.