Thread: Visual C++ Debugging???

  1. #16
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Using step over should work for most of those issues. However, you can also make step into skip certain functions by editing a config file. It's somewhat complicated and I'm not 100% it is cstill available in VC++ 2008, but it's worth looking up if you want more options for the debugger.

  2. #17
    Registered User
    Join Date
    Apr 2008
    Posts
    167
    Quote Originally Posted by Elysia View Post
    For the quick first question: use step over (F10 with the VS6 scheme).
    Oh yeah! lol

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM