Skip to main content

Command: Show Next Statement

Symbol: icon_show_current_statement.png

Function: The command displays the program statement which is processed in the next step.

Call: Debug menu

Requirement: The application is in online mode and the program is halted at the current break position (debug mode). The break position is in a line of code which you cannot see.

The command activates the window with the current breakpoint position (in the code highlighted in yellow and marked with the symbol_step_arrow.png symbol) and makes the breakpoint position visible. This is useful if you have multiple editors open and the breakpoint position is hidden in an inactive editor.

For more information, see: Stepping Through a Program