Debug

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rob

    Debug

    Hi,
    I need to debug my C++ program, and I am using Microsoft VC++ ver 6.
    Does anyone know how I can trace and debug it?
    Thanks-Rob


  • Peter van Merkerk

    #2
    Re: Debug

    > I need to debug my C++ program, and I am using Microsoft VC++ ver 6.[color=blue]
    > Does anyone know how I can trace and debug it?[/color]

    How about using the build-in debugger (just press F11)? A quick look at
    the menu should be enough to figure that one out.

    BTW. MSVC specific questions like this one should be asked in one of the
    microsoft.publi c.vc.* groups.

    --
    Peter van Merkerk
    peter.van.merke rk(at)dse.nl



    Comment

    Working...