Next: Setting a breakpoint
Up: Debugging tools
Previous: Using debugger to debug
  Contents
The program is executed by the command run [argument list].
Here argument list is the list of arguments that is normally passed when
running the program on the command line. The program execution continues
till a break point.
If at any point of time we want to reexecute the program from start, we
can use the command rerun.
Sushil Prasad
2004-09-16