3

I'm developing a unit test automatic execution application and I need that when one application crashes no dialog appears. A crash dump would be great but the main requirement is that no dialog is shown because I'm automating the execution and I won't automate those dialog.

I've disable the windows error reporting but the only change has been a different dialog without the send option.

Any ideas?

Thanks.

Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207

1 Answers1

1

As far as I remember WinDbg has a way to be launched on crash, saving a minidump and exiting without any dialog.