Questions tagged as 'intellitrace'

1
answer

How does a historical debugger work?

A historical debugger, or historical debugger , is capable of collecting key data from a debugging session, such as locals / autos (in the case of IntelliTrace ), session exceptions and events. I suppose something like this is very complex,...
asked by 14.02.2017 / 22:05
1
answer

Log with historical debug (IntelliTrace)

I have a WPF application and am looking for the best way to solve unhandled exceptions. Today, when an unexpected exception occurs, deal in event Application.DispatcherUnhandledException . There, I write the Exception.StackTrace...
asked by 08.02.2017 / 02:05