Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Debug symbols for release build?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Debug symbols for release build?

 Post Reply Post Reply
Author
Message
dlederman View Drop Down
Newbie
Newbie
Avatar

Joined: 21 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote dlederman Quote  Post ReplyReply Direct Link To This Post Topic: Debug symbols for release build?
    Posted: 21 April 2011 at 8:33pm
Hi,

I have a crash reporting module built into my application that sends me a dump file whenever an unhandled exception occurs. I get a lot of crashes with XTP in the stack trace, but without the correct debug symbols, the traces are basically useless.

I tried compiling the DLL with the /DEBUG flag set, which did generate a pdb file, but the symbols seem to be incorrect. I get stack traces like this:

00 ToolkitPro1342vc90U!CXTPWinThemeWrapper::EnableTheming
01 ToolkitPro1342vc90U!CXTPTaskPanel::OnStartGroupDrag
02 ToolkitPro1342vc90U!CXTPToolTipContext::CHTMLToolTip::OnVisibleChanged
03 mfc90u!CWnd::WindowProc


I can't imagine that CHTMLToolTip::OnVisibleChanged is actually calling CXTPTaskPanel::OnStartGroupDrag.

Any help would be appreciated! Smile

Thanks,
Drew
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.