Thread: debugging in VC++

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    8

    debugging in VC++

    i'm using vc++ 2005.

    for some reason, my locals, autos, and watch lists aren't working. the locals and autos lists are empty and the debugger won't recognize variables i add to watch lists. i had some issues with breakpoints working properly, so i think i might have changed a setting that affected these tools. where should i look to fix the problem?

    thanks.

  2. #2
    Registered User
    Join Date
    Jan 2006
    Location
    Sweden
    Posts
    92
    Are you building your code in debug mode? I often get the issues you describe if I try to use the debugger in release mode.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dev-C++: Problems with Breakpoint Debugging
    By Thileepan_Bala in forum C Programming
    Replies: 1
    Last Post: 01-17-2008, 10:48 AM
  2. Problem in debugging in Eclipse
    By Bargi in forum Linux Programming
    Replies: 1
    Last Post: 08-21-2007, 09:53 AM
  3. gdb no debugging symbols found
    By Laserve in forum Linux Programming
    Replies: 8
    Last Post: 09-17-2006, 08:56 AM
  4. Debugging book recommendation
    By dagans in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 09-13-2005, 07:35 PM
  5. debugging directx apps
    By confuted in forum C++ Programming
    Replies: 1
    Last Post: 08-16-2003, 08:56 AM