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