Click here to Skip to main content
15,881,733 members
Articles / Mobile Apps / Windows Mobile

Post mortem C++ exception analysis in embedded applications

Rate me:
Please Sign up or sign in to vote.
4.96/5 (16 votes)
21 Aug 2009CPOL12 min read 54.1K   309   28  
An article on analysing a program exception or software crash.
REM Ajust paths when required
SET ROOT=C:\Documents and Settings\Werner\My Documents\Visual Studio 2008\Projects\CallStackTest
SET DIATOOL="%ROOT%\DiaTool\DiaTool\bin\x86\Debug\DiaTool.exe"
SET P_OPTION="%ROOT%\CallStackTest\Win32\Debug\DiaInput.txt"
SET A_OPTION="%ROOT%\CallStackTest\Win32\Debug\Dump.txt"

ECHO running...

%DIATOOL%  /p:%P_OPTION%  /a:%A_OPTION%

ECHO finished...

pause

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Belgium Belgium
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions