Forum Topic - How to debug a core dump file?:
   
How to debug a core dump file?  
How can I view (debug) a core dump file in the IDE?

I'm hosted in Windows attached to a remote machine running 6.3.2 (x86).  I want to debug the core dump file to see where
/why my program crashed.

Thanx
Tim
Re: How to debug a core dump file?  
> How can I view (debug) a core dump file in the IDE?
> 
> I'm hosted in Windows attached to a remote machine running 6.3.2 (x86).  I 
> want to debug the core dump file to see where/why my program crashed.

Create a new debug launch configuration (using "Open Debug Dialog" in the Debug perspective) and select C/C++ Postmortem
 Debugging and then select the binary and corresponding core file.

Regards,

Ryan Mansfield
Re: How to debug a core dump file?  
Thanx.

Is there any documentation on how to use the tools sepcifically with postmortem debugging?  I couldn't find any...

Tim
Re: How to debug a core dump file?  
No there is only general documentation on debugging, we have a problem 
report about it for IDE 4.5.


Tim Gessner wrote:
>
> Thanx.
>
> Is there any documentation on how to use the tools sepcifically with 
> postmortem debugging?  I couldn't find any...
>
> Tim
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post7548
>