Click here to Skip to main content
15,884,077 members
Articles / Programming Languages / C++

WinDBG tool not able to respond to my vc++ application crash

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
22 Aug 2012CPOL 4.4K  
Hi,I have installed WinDBG tool (dbg_x86_6.9.3.113)in my windows XP .Then I register WinDBG by using command "Windbg -I"For generating a crash-dump ,I hv created a simple dialog based application whichcreating a crash(application-crash).I put the Symbol file(.PDB) of this...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
20 Dec 2012Blake Miller
And if you REALLY want to debug your application, insert a DebugBreak() function call into it somewhere convenient - based on a button, or user action, or even close to its startup.
Please Sign up or sign in to vote.
29 Dec 2012Mattias Högström
I dont use automatic saving of memory dumps myself.I always either store the memory dump manually or attach windbg while it is running.The TaskManager can store memory dumps.Right click on a process and select "Create Dump File".If you run under x64, you will need to use the 32 bit...

License

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


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

Comments and Discussions