If I run:
adplus.exe -pmn "MyClient.exe" -o "d:\DumpFiles" -crash
When I shut down I get a dump file created:
FULLDUMP_FirstChance_epr_Process_Shut_Down_MyClient.EXE__333c_2012-05-29_14-29-04-654_2690
Is there a way to run adplus in crash mode but not get this Process_Shut_Down dump created? (or does this mean there is an exception during shutdown?)
I want to monitor my application for run-time exceptions but don't want to fill up the hard drive if the program is exiting normally.