Set or modify a condition that stops program execution.
Run > Run Until...
Line |
Click the Line button and enter a source code line number to have the application run until that line number. |
Expression |
Click the Expression button and enter an expression to have the application run until the expression evaluates to true. |
Caller |
Click the Caller button to have the application run until it reaches the calling function. This item is only useful in subroutines. Execution continues until it returns to the calling routine. If the line containing the call is processed upon the return, the next line becomes the current line. Otherwise, the calling line remains the current line. |
Copyright © 2001-2011, Intel Corporation. All rights reserved.