Hello,
I searching people who know some experience with bug tracking on client machines, if my application works on many client machines who i don't have to it any access. I have in my application very huge debug logging feature, but in many cases this is to less to good detect problem of crash without very bigs and unreadable logs, then i searching some other solution for detect this type of problems.
I want to develop some code who good transport me information about software crashes.
On Developer machine i use after crash Visual Studio JIT Debugger
, but in remote option i can't use it (i think) is any good way to transport information about crash to me in for example JIT
crash format?
I want this solution for pure C++
unmanaged project and for managed C#
separately.
Greetings, Thanks for good answers.