Faultmon.exe an interesting tiny non interactive command line debugger type program
it monitors exceptions and will continue the program.
It is a research utility from the eEYE Digital Security.
It shows loading of modules (dlls) and when a exception is generated it shows the registers
and the assembly instruction that caused it, (tried it with div ecx with ecx == 0).
The output is to stdout.
There are also some command line parameters.
An example of usage with the tiny attached program tryexecp.asm
C:\faultmon tryexcep.exe
The page with the debugger type utility:
http://research.eeye.com/html/tools/RT20060801-4.html
[attachment deleted by admin]