I have some code in C# and C++ ( in one project ).
This code have some crash and i trying t find it.
but this crash is not reproduce any time - and i can\'t find it.
I find it easier to use ProcDump. Try the -e (create dump on unhandled exceptions), -ma (w/ full process memory), and -t (create dump on app termination) options.