Results 1 to 3 of 3

Thread: need to learn how to use c++ debugging features

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2014
    Posts
    18

    need to learn how to use c++ debugging features

    Re: c++ debugging

    I have never used c++ debugging tools. please suggest a video or online primer which describes and explains ''how to use'' debugger features such as stop, the immediate window, step into, etc.

  2. #2
    Addicted Member thetimmer's Avatar
    Join Date
    Jan 2014
    Location
    Plano, Texas
    Posts
    243

    Re: need to learn how to use c++ debugging features

    There's about a million different places you can look to learn about debugging. Here's one

    You actually want to learn how to do debugging in Visual Studio ( I'm assuming that's the work environment, aka. IDE, you're using )
    1. Learn how to set break points
    2. Learn how to look at variable values when in debugging
    3. Learn about the Debugging window and Watch window
    4. I really like using Conditional Break Points

    Good luck. Remember that learning good technique as a programmer can be more valuable than mastering debugging.
    _____________
    Tim

    If anyone's answer has helped you, please show your appreciation by rating that answer.
    When you get a solution to your issue remember to mark the thread Resolved.


    reference links

  3. #3
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: need to learn how to use c++ debugging features

    Thread moved to the C and C++ forum.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width