On this page, we will show you in a few simple steps how your .Net (managed) 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 myCSharpCrasher 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.Net.Dll".myCSharpCrasher."BsSndRpt.exe", "BugSplat.Net.dll", and "BugSplatRC.dll" to your applications installer.In order to get the best symbolic stack reports, symbolic debug information (PDB files) need to be available with your application's executable image. These files aren't typically part of production builds and installs. However, including them makes debugging customer crash reports far simpler. If you don't ship the PDB files with your application you will still get symbolic stack traces. However, you won't see file names and line numbers for each function on the stack. This limitation will be removed with future versions of the Microsoft .NET framework.
Remember to test your application by forcing a crash, and verifying that crashes are posted and symbol names are resolved.
Please contact us with any questions or problems you have - we want to help!