Documentation


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.



General Information