I started learned windbg and I found this good post How to use WinDbg to analyze the crash dump for VC++ application?
Now I want to follow the instructions and do it
Most of the times you will find all apps dump in C:\windows\minidumps.
To generate a dump file you could use a simple solution:
or
This way you will be able to analyze that crash anytime :)