◄Summary► ◄Notes► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── The Restart (L) command resets execution to the first line of the program. After you issue the Restart command ■ Program variables are reinitialized. ■ Any existing breakpoints or watch statements are retained. The pass counts for all breakpoints are reset to their originally set values. See: ◄Breakpoint Set (BP) Command-Window Command► ◄Watch Menu: Set Breakpoint Command► ■ Any program arguments are retained, although you can specify new arguments to override them. See: ◄Run Menu: Set Runtime Options Command► You can use Restart any time execution has stopped: at any kind of breakpoint, while single-stepping, or when execution is complete. -♦-