| |||
| Home > Changing the Execution Context > Changing scope to the code pointed to by a Call Stack entry | |||
You can change scope to the location of a Call Stack entry whenever execution is halted.
After changing scope to another Call Stack entry, you can examine the variables that are in scope using the Locals, Statics, and This tabs in the Locals view.
You must run the image until it stops either before a specified area of interest, or by some error. To control the point at which the image stops, either:
run or step the image to a specific point
set a breakpoint and then run the image in the usual way.
See also: