Tech Support > Computers & Technology > Programming > Visual Studio Equivalent to Core Dumps in Linux?
Visual Studio Equivalent to Core Dumps in Linux?
Posted by fuh on October 27th, 2003


I'd like my users to be able to generate 'core' dumps they run my
applications under windows and crash. I'd then like to use this dump to
determine the backtrace etc at the time of the crash in visual studio. In
linux core dumps had this purpose. What is the equivalent for C executables
compiled using Visual Studio .net professional or Visual C 6 Standard?


Posted by Maxio on October 29th, 2003


fuh wrote:
Take a look at this:

http://www.codeguru.com/debug/CrashReport.html

Regards,
Max


Posted by fuh on October 29th, 2003


thanks, thats perfect

"Maxio" <maxioo@interia.pl> wrote in message
news:bnp05r$d35$1@nemesis.news.tpi.pl...



Similar Posts