CodeView (cv.hlp) (Table of Contents; Topic list)
Run Menu: Restart Command
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The Restart 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
          original values.
          See: Breakpoint Set (BP) Command-Window Command
               Watch Menu: Set Breakpoint Command
 
        ■ Any program arguments are retained.
          See: Run Menu: Set Runtime Arguments Command
 
     You can use Restart any time execution has stopped: at any kind of
     breakpoint, while single-stepping, or when execution is complete.
     However, if the application redefines interrupts, Restart may not
     work correctly.
 
     See: Executing Code
          Restart (Notes)
 
     NOTE: The Restart command is not available in CVW. To restart the
           application you are debugging, make sure you have set a
           breakpoint in the application (at WinMain, for example),
           then start it from Windows.
                                    -♦-