| |||
| Home > Monitoring Execution > Working with the stack > Context controls | |||
There are two Context controls available from the Code window main menu:
Moves
up one stack level from the current scope location giving access to
all local variables at that location. A stack level is determined
by each calling function.
Moves
down one stack level from the current scope location giving access
to all local variables at that location. A stack level is determined by
each calling function.
You must use the Stack up control first, because the context is as far down the stack as possible.