How to catch exe crashes from command line

Posted by benoitj on Stack Overflow See other posts from Stack Overflow or by benoitj
Published on 2010-04-23T10:26:01Z Indexed on 2010/04/23 10:33 UTC
Read the original article Hit count: 179

Filed under:
|
|
|

Hello

I'm doing batch-testing on our win32 c++ programs. Some of them crash. What's the best way to catch those crash from the command line and report it?

thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about command-line