[comp.windows.ms.programmer] "Restart Execution" in CodeView?

eyu@umd5.umd.edu (Ellen Yu) (02/01/91)

Hi all!  This is my first post to this network so my apologies if this
has been asked already.

I'm a novice Windows programmer so if this may be a real basic question.

I'm debugging my programs using CodeView (Version 3.00).  I'm looking for
the "Restart Execution" option.  In the on-line help it says there is a
RESTART option under the RUN menu (there isn't!!!!) or you can type
"Restart (L)" in the command window (that doesn't work either!!!!!)

Is there something wrong with my version?  Right now I just quit from
CodeView and then execute it again from Windows.  This is a real
pain though - I would like to be able to just say restart.

Any suggestions?  My thanks in advance for any help.  Please e-mail
me responses - I will post a summary if there is interest.

- Ellen

================================================================================
Ellen Yu                             |  Phone: (301) 403-4623 office
Computer Science Center              |         (301) 474-9217 home
4321 Hartwick Rd., Suite 500         |  Internet: eyu@umd5.umd.edu
College Park, MD  20740              |  Compuserve: 71641,1764

bruceki@microsoft.UUCP (Bruce KING) (02/07/91)

  If your application didn't gp fault or get a fatal error, hit the
close equivalent on it so that you get the message "application
terminated" in codeview. 
  Set any breakpoints you'd like, and then type F5
  Start your application again from windows, and you'll hit the breakpoints.

  bruceki@microsoft.UUCP