You must Sign In to post a response.
  • Category: ASP.NET

    Short key of trace control flow

    want to know the control flow of my c# program in asp.net.
  • #767284
    Hi,
    Try 'Gibraltar' which is a paid software:
    http://www.gibraltarsoftware.com/
    Or
    'Microsoft IntelliTrace' (free one) which come with Visual Studio 2010 Ultimate. This might slow down your application depending on your code because it records past as well as current events and creates detailed log files.
    Check information regarding it over here:
    https://msdn.microsoft.com/en-us/library/dd264915.aspx
    Please check here how to use it:
    https://msdn.microsoft.com/en-us/library/mt243851.aspx


  • Sign In to post your comments