Friday, 23 August 2013

Event Tracing in Visual Studio 2012

Event Tracing in Visual Studio 2012

Using breakpoint in visual studio its possible to trace our program
execution. But here we have to do it manually . Is that possible to create
a new eventlog which stores all our programs actions and show that after
output came, so we can easily analyze where error occurs and how the
coding works . Is there any way to do this ?

No comments:

Post a Comment