madExcept takes control over all unhandled exceptions in your projects. For each unhandled exception madExcept collects a whole bunch of important information like:computer/operating system information;callstack (unit/function names, line numbers, etc);list of loaded dlls;cleartext disassembly of the exception location;Instead of getting simple error boxes like Invalid pointer operation your users will have the possibility to email, print or save the bug report directly from the exception box.Integration of madExcept into your project needs nothing more than a few mouse clicks. |