Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Logging Intellitrace?

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?

like image 800
burnt1ce Avatar asked Dec 03 '25 15:12

burnt1ce


1 Answers

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

like image 102
Larry Guger Avatar answered Dec 06 '25 05:12

Larry Guger