I am looking for people who know some experience tracking errors on client machines if my application runs on many client machines that I do not have access to. I have a very large debugging logging function in my application, but in many cases this is to a less good detection of a crash problem without very large and unreadable logs, then I look for some other solution to detect such problems.
I want to develop code that communicates software failure information well to me. On the developer's machine, I use after the crash Visual Studio JIT Debugger, but in the remote version I canβt use it (I think), is there any good way to send information about the crash to me, for example, in JITcrash format ?
I want this solution for a clean C++unmanaged project and for a managed one C#separately.
Hi, Thanks for the good answers.
source
share