Most voted "intellitrace" questions
2 questions
Sort by count of
-
5
votes1
answer150
viewsLog with historical debug (Intellitrace)
I have a WPF application and am looking for the best way to solve untreated exceptions. Today, when an unexpected exception occurs, deal at the event Application.DispatcherUnhandledException. There,…
-
5
votes1
answer58
viewsHow does a historical debugger work?
A historical debugger, or Historical Debugger, is able to collect key data from a debugging session, such as locals/autos (in the case of Intellitrace), exceptions and events of the session. I…