Logging Intellitrace?

399 Views Asked by At

Is it possible to generate intellitrace files into a file at the event of an exception being thrown? I have never used intellitrace but wouldn't it be great to debug an error by tracing through an intellitrace file instead of painstakingly going through a log file?

1

There are 1 best solutions below

1
On

IntelliTrace does not have the means to start logging based on a specific event. However you can use the IntelliTrace stand alone collector to collect against an web or client application and then open and analyze the IntelliTrace file afterward. See more information here: http://msdn.microsoft.com/en-us/library/hh398365(v=VS.110).aspx