restart
Arguments
none
Button equivalent

Identical to the R command when not used with remote debugging. (See R.) When used with a remote system configuration, this command saves a lot of time when re-executing a program. Instead of completely reloading the entire program, the debugger resets global variables, the program counter, and the stack pointer to their initial values. Uninitialized global variables are set to zero. Then the program begins execution.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.