How to transport development team software from remote client computers?

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.

+3
source share
2 answers

See this mini transition blog post . He should do what you want (I think).

+2
source

, . Microsoft . - " Microsoft"? , .

, , Microsoft, . , Microsoft. . . -, , Microsoft , . , Windows Quality Online Services (WinQual). , , .

+2

Source: https://habr.com/ru/post/1771477/


All Articles