GUI command | CLI command | Creates the process and ... |
---|---|---|
Process > Step | dfocus p dstep | Runs it to the first line of the main() routine. |
Process > Next | dfocus p dnext | Runs it to the first line of the main() routine; this is the same as Process > Step. |
Process > Step Instruction | dfocus p dstepi | Stops it before any of your program executes. |
Process > Next Instruction | dfocus p dnexti | Runs it to the first line of the main() routine. This is the same as Process > Step. |