Thread: VC++ 6.0 debugger

  1. #1
    flynn
    Guest

    VC++ 6.0 debugger

    Does Visual C++ 6.0 debugger allow a person to break execution when a variable equals a certain value?

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571

    Re: VC++ 6.0 debugger

    Originally posted by flynn
    Does Visual C++ 6.0 debugger allow a person to break execution when a variable equals a certain value?
    I'm not sure about that but I doubt it. You can however use assert's to break execution when a variable is a certain value. If you need help on assert's look on msdn

    msdn.microsoft.com

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Yes

    in MSCV v6

    CRTL + B for conditional break points

    set the location then the condition
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  2. VC++ 6.0 Debugger Help
    By The Brain in forum C++ Programming
    Replies: 7
    Last Post: 04-19-2005, 09:58 PM
  3. Can't compile this with VC 6.0
    By uriel2013 in forum C++ Programming
    Replies: 4
    Last Post: 05-31-2003, 07:43 PM
  4. adding a header file in VC 6.0
    By stimpyzu in forum C++ Programming
    Replies: 5
    Last Post: 10-28-2002, 02:26 AM
  5. VC 6.0 compiled error
    By alan4100 in forum Windows Programming
    Replies: 4
    Last Post: 09-17-2001, 03:10 PM