Click here to Skip to main content
15,886,519 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.2K   309   28  
An article on analysing a program exception or software crash.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CallStackTest", "CallStackTest.vcproj", "{1F22EC21-7B03-4671-911E-A11FED36BD8A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Ensor6 (x86) = Debug|Ensor6 (x86)
		Debug|Win32 = Debug|Win32
		Release|Ensor6 (x86) = Release|Ensor6 (x86)
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Debug|Ensor6 (x86).ActiveCfg = Debug|Ensor6 (x86)
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Debug|Ensor6 (x86).Build.0 = Debug|Ensor6 (x86)
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Debug|Ensor6 (x86).Deploy.0 = Debug|Ensor6 (x86)
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Debug|Win32.ActiveCfg = Debug|Win32
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Debug|Win32.Build.0 = Debug|Win32
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Release|Ensor6 (x86).ActiveCfg = Release|Ensor6 (x86)
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Release|Ensor6 (x86).Build.0 = Release|Ensor6 (x86)
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Release|Ensor6 (x86).Deploy.0 = Release|Ensor6 (x86)
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Release|Win32.ActiveCfg = Release|Win32
		{1F22EC21-7B03-4671-911E-A11FED36BD8A}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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