CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #1
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Debugger not aware of code changes any more

    Using VC 2008. In some projects that share source code, the debugger isn't aware of new or changed variables in the code. I'll add new members or rename existing members in a class and the watch window says they're not defined and autos doesn't show them or shows the old name. I've cleaned the project and deleted all temp files I can think of. What am I missing?

    It seems to work if I use the C7 compatible debug option, but not the databases.
    Last edited by GCDEF; March 28th, 2012 at 02:06 PM.

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

Featured