CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    How to recover debug symbols?

    The breakpoints I am setting are not caught by the IDE.
    Any how I can recover that.
    I used to know I can delete the sdf file and rebuild
    Just to make sure
    Thanks

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: How to recover debug symbols?

    Be sure you are debugging the debug build and that the file containing the break points is the same you are debugging, not its duplicate!
    Well, and do Rebuild All (menu Build -> Rebuild your_project).
    Victor Nijegorodov

  3. #3
    Join Date
    Dec 2010
    Posts
    907

    Re: How to recover debug symbols?

    'dosbox.exe': Loaded 'E:\ykhwong\visualc_net\Debug\dosbox.exe', Binary was not built with debug information.

    Debug Information Format: Program Database for Edit And Continue (/ZI)

    I wonder why no debug info is available, while I have Debug information included selected.
    Thanks
    Jack

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

  5. #5
    Join Date
    Dec 2010
    Posts
    907

    Re: How to recover debug symbols?

    Thanks, it is alright now

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