Does anyone have any suggestions or tutorials for reporting crashing a program? I want to start sending out a game that I developed for people, but if the game crashes due to error handling, I want to see these reports to my email address (along with data collected from the program). Does anyone know how to do this?
IF you are using Visual Studio 2010, you can use the built-in error reporting. Then you can register with Microsoft, see http://msdn.microsoft.com/en-us/isv/bb190483
- - try-catch. , , , , , , /, .
, , .
. , , . asm.
asm
MiniDumpWriteDump . , Visual Studio ( ).
There is a good sample code on the Maciej Sinilo blog (he is also a programmer). The code includes how to get information from a crash (for example, whether it was an invalid read or write) and callstack or minidump. That was enough for me to start adding a crash handler to our test system.
Hope this helps.
if you want some kind of error from the error report via the Internet, you should check EQATEC analytics
which has an accessible C ++ interface.
Source: https://habr.com/ru/post/1792679/More articles:ASP.net MVC 2.0 using the same form for adding and editing - c #Change line endings in Dreamweaver for MAC (so that files work on Linux) - linuxExt JS - Combo отображает только первую букву элементов в магазине (SimpleStore)? - extjsdynamically updating HTML content in Sencha Touch carousels? - dynamicHow to create 30 days as an array using NSCalendar or NSDate? - objective-cJquery crossfade light plugin :: Why does this code not work in IE6 + 7? - jqueryThe type "application / json" prevents sending mail variables - jsonDisplay a text document in MATLAB - textPlaying mp3 on iPhone in background - AudioQueue: Error - iphoneASP.NET gridview control rowCreated function after button click - c #All Articles