Using line commands
The following line commands can be entered in the input field (shown as an underscore character to the left of every IMFEXEC statement in the source):
Command | Function |
---|---|
A | establishes a breakpoint after the selected statement Execution control is returned to you immediately after processing this statement. An A to the left of the statement serves as a reminder that this type of breakpoint has been set. |
B | establishes a breakpoint before the selected statement Execution control is returned to you immediately before processing this statement. Use this form of breakpoint if you want to use the SKIP primary command. A B to the left of the statement serves as a reminder that this type of breakpoint has been set. |
O | removes all breakpoints from the indicated line |