Re: stack trace
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi gilad!
when working in debug everything ok, but when I build in release I get
only the current module, i.e. that calls the stack trace APIs.
does it require debug? pdb file? I only look for module names.
It does not require debug-builds, but it requires debug-smybols (pdbs)
if the module is using FPOs.
See also:
http://www.codeproject.com/KB/threads/StackWalker.aspx
--
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
.
Relevant Pages
- Re: simple build question - debugger wont attach after switch back to Debug mode
... Visual Studio will check the PDB file and check if it is the latest file and determine if a new build is required. ... We build web application with Debug mode, it generates app.dlland app.pdbfiles in bin folder. ... We welcome your comments and suggestions about how we can improve the support we provide to you. ... (microsoft.public.vsnet.ide) - Re: [Visual C++ 2005 express] How to debug in release mode ?
... but makes link times hurt and makes debugging harder ... Debug Information Format: Program Database ... debugging info in a separate file, the .pdb file. ... much better debug info when working on it in DevStudio. ... (microsoft.public.vc.language) - Re: Project settings for final release
... If it is a product, you *want* to create a .pdb file, and archive it in the source ... This is because you will need it to debug crash dumps, ... What should Optimizations be set to? ... Should I set Debug Info to none? ... (microsoft.public.vc.mfc) - Re: PDB gerneration question
... all Microsoft biniares are build with symbols. ... debug a users' crash. ... Does what gets put in to the exe degrade ... (microsoft.public.vsnet.debugging) - Re: Debug Symbol Issue - VS/PB for CE 6.0 App
... Try setting the Symbol Search Path (Debug Menu). ... I am trying to build an WinCE 6.0 App, ... I copy my PDBs [for my EXE and my DLL] and final EXE to anther ... But it seems that the debugger cannot find the .PDB file. ... (microsoft.public.windowsce.platbuilder) |
|