V
V
Vyacheslav Mezentsev2016-11-21 09:49:24
.NET
Vyacheslav Mezentsev, 2016-11-21 09:49:24

Is there a tool for visualizing the state of the program in the form of graphs?

I need to debug a multi-threaded application written in .Net 3.5 CF. The standard debugger is not enough, because the integrity of the program is destroyed at the breakpoint. I want to look at the history of the states of the variables I have specified in the form of a set of graphs. It should be similar to the server part included in the program code, and the client part as a separate application on a PC that supports convenient storage and history navigation.
I have experience using such a solution for C++ with a custom protocol and program, but this solution is highly specialized and not suitable for .Net.
Can anyone suggest how to examine the states of a multi-threaded program without breaking it in this way? It may look different, but it is desirable to use something fast like TCP for logging states.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
yupujexi, 2016-11-21
@yupujexi

Write logs.
There are a lot of log visualization tools.
Say Grafana.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question