The current context is the portion of your program on which the debugger is currently focusing. When multiple sessions are running, only one session is current.
You can make any session or call current by right-clicking its node in the appropriate debugger window and choosing Make Current.
For example, the Call Stack window shows the call stack for the current thread and the Variables window shows the variables that are local to the current call.
The exceptions are the Breakpoints and Watches windows. These windows list all breakpoints and watches set in the IDE. While the set of watches is shared by all sessions, an individual watch expression is evaluated and displayed based on the current context.
See Also | |
---|---|
C and C++ Breakpoints in the IDE Using the C or C++ Call Stack |