GithubHelp home page GithubHelp logo

classicvalues / bugtrap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openxray/bugtrap

1.0 0.0 0.0 7.46 MB

:beetle: BugTrap: Catch unhandled exceptions in unmanaged and managed .NET code.

License: MIT License

Batchfile 0.42% PowerShell 0.07% C++ 62.54% C 26.30% Objective-C 0.67% C# 4.49% Smalltalk 3.23% CSS 0.01% JavaScript 0.30% HTML 0.20% Java 1.76% ASP.NET 0.01%

bugtrap's Introduction

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:

  • BugTrap[U][D][N][-x64].dll - BugTrap DLL module.
  • BugTrap[U][D][N][-x64].lib - BugTrap library file used by linker.
    • [U] - Unicode aware version has 'U' letter. ANSI version doesn't have 'U' letter.
    • [D] - Debug version has 'D' letter. Release version doesn't have 'D' letter.
    • [N] - managed (.NET) version has 'N' letter. Native version doesn't have 'N' letter.
    • [-x64] - 64 bit version for AMD-64 platform has '-x64' suffix. x86 version doesn't have this suffix.
  • dbghelp.dll - DbgHelp library (see "BugTrap Developer's Guide" for details).
  • BugTrap.h - Header file with BugTrap API definitions.
  • BTTrace.h - C++ wrapper of custom logging functions.
  • BTAtlWindow.h - ATL/WTL exception handlers.
  • BTMfcWindow.h - MFC exception handlers.
  • CrashExplorer.exe - MAP file analyzer.
  • BugTrap.chm - BugTrap 1.x Specification.

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:

  • Server\BugTrapServer - BugTrap Server Windows Service in C#
  • Server\BugTrapWebServer - BugTrap Web Server in ASP.NET
  • Server\JBugTrapServer - BugTrap Server in Java

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

bugtrap's People

Contributors

abdul-sami avatar bchavez avatar crossvr avatar dimhotepus avatar goldrenard avatar gordonsmith avatar neoanomaly avatar raspopov avatar sesom42 avatar xottab-duty avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.