RAD Studio (Common)
ContentsIndex
PreviousUpNext
Local Variables Window

ViewDebug WindowsLocal Variables 

Shows the current function’s local variables while in debug mode. To view local variables from a non-current stack frame, select a frame from the drop-down list.  

Right-click the Local Variables window to display the following commands.

Item 
Description 
Inspect  
Displays information about the currently selected variable in the Inspector window.  
Stay On Top  
Keeps the Local Variables window visible, even when it does not have focus.  
Dockable  
Enable drag-and-dock for the Local Variables window.  

Tip: You can display this window by pressing CTRL+ALT+L
while any IDE window has focus, even if you are not in debug mode. However, the window will be empty unless the debugger is paused. Keep this window open during your debugging sessions to monitor how your program updates the values of variables as the program runs.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!