On this page, we will show you in a few simple steps how your application can be modified to provide full debug information on the BugSplat website when it crashes. To get a feel for the BugSplat service prior to enabling your application, feel free to experiment with the myCrasher sample application which is part of the BugSplat software development kit that can be downloaded by registered users.
Enabling your application with BugSplat technology:
First, make sure you have completed the following checklist:
Creating defect reports using your own application
Add BugSplat to your application as follows:
"BugSplat.h".MiniDmpSender following the example in myCrasher.
The MiniDmpSender constructor requires three parameters: BugSplat database, application name and version.
The BugSplat database is created and selected on the Manage Databases page.
Typically, you will create a new database for each major release of your product.
You supply application name and version to match your product release. These must be used when uploading symbol files for your application.
"BugSplat.lib"."BsSndRpt.exe", "BugSplat.dll", "BugSplatRC.dll" and the "DBGHELP.dll" provided to your applications installer.
Note in order to get fully detailed call stacks and variable names for each crash on the BugSplat website, every time you build a release version of your application for distribution or internal testing, you should
Test your application
The final step is to test your application by forcing a crash. Verify that the BugSplat dialog appears and that crashes are posted to your BugSplat account. Check that symbol names in the call stack are resolved correctly. If they aren't, double check that the correct version of symbol files and all executables for your application have been uploaded on the symbol management page.
Please contact us with any questions or problems you have - we want to help!