The IntelliTrace Standalone Collector allows you to troubleshoot .NET applications in production or test environments where Visual Studio cannot be installed. It records application execution history into an .iTrace file, which developers can open in Visual Studio Enterprise to perform historical debugging. This process allows you to step back in time to view exceptions, database queries, and code states without restarting the application. Core Workflow
Using the IntelliTrace stand-alone collector (C#, Visual Basic)
Leave a Reply