CALL STACKS Window
The CALL STACKS window, located in the Cross Function Area at the lower screen border, shows the execution order in the code and provides control commands, e.g. for starting (cold, warm, hot) and stopping the application. If a breakpoint is reached when debugging in debug mode, the same stepping commands are provided as in the BREAKPOINTS window (Step into code, Step over code, Step out of code).
![]() | You can hide/show the window by clicking the button shown left on the Cross Function Area toolbar. For closing the window, you can also click the cross icon on the right of the window title bar: ![]() ![]() ![]() ![]() ![]() ![]() |
![]() | If the debug mode is active and at least one new entry is added to the window while it is closed, the icon on the Cross Function Area toolbar is shown with an envelope icon. |
Breakpoints are not supported for safety-related variables and code.
Further Info
For detailed information about the CALL STACKS window and how to work with it, see the topic "Debugging code: Breakpoints". |