bchavez / BugTrap

:beetle: BugTrap: Catch unhandled exceptions in unmanaged and managed .NET code.
MIT License
166 stars 80 forks source link
bugreport c-plus-plus crash-reports dotnet exception-handler exceptions

Build status Release License

BugTrap

BugTrap is a tool to catch unhandled exceptions in unmanaged and managed .NET code. BugTrap also supports sending crash reports to a remote server for analysis.

The original author, Maksim Pyatkovskiy, has a great article about BugTrap on CodeProject that goes into detail about how BugTrap is used.

The BugTrap source code and binaries in this repository are granted by the original author under the MIT license. In other words, you're free to use BugTrap in commercial and non-commercial applications.

Download & Install

Check the releases section in this repository for the latest builds: BugTrap.zip contains all BugTrap components required for Win32/x64 projects:

Please see "BugTrap Developer's Guide" for additional information about file types used by BugTrap for Win32/x64.

BugTrap Server Application

Inside BugTrap.zip, you'll also find the following server applications for server side acceptance of crash reports:

You can choose any server technology to begin accepting crash reports from BugTrap clients. Open and edit *.config files for various configuration parameters.

Screenshots

Screenshot Screenshot Screenshot