BugSplat provides application developers with automated
analysis of user crashes.
With the BugSplat service you can instrument your application
so that when it crashes, debug information is sent to
our web site.
The crash is then analyzed and the website (protected by your login information) is updated to provide a crash report containing full symbolic debug information. The information provided is similar to that provided by a debugger, including a stack trace for each thread in the process, values held in registers, etc.
The Bugsplat service is enabled with a compact library
that you link with your application.
When your application crashes, a minidump file and
additional debug information are sent to our web site
using the standard HTML transport mechanism (using
SSL for privacy).
This information is analyzed with the aid of symbol information that you provide us.
- Read the Getting Started guides if you are ready to integrate Bugsplat into your application for the first time.
- Look at the Frequently Asked Questions.
General Information
