Find missing crash data
Modify your compiler settings to create symbol files for your production build.
- Make sure you’ve uploaded all symbol and executable files from our symbol management page.
- The application name and version number supplied when files are uploaded must match the associated parameters in the
MiniDmpSender
initialization call within your application. Please find more information about theMiniDmpSender
on ourmyCrasher
example page. - Include the current version of
dbghelp.dll
,BugSplat.dll
,BugSplatRc.dll
, andbssndprt.exe
when you install your application.
- Managed application crash reporting works just like native application crash reporting in that minidumps are created on the client machine and sent to BugSplat for analysis through Microsoft debugging tools.
Last modified 1yr ago