You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
intellitrace
About this tag
IntelliTrace is a diagnostic tool in Visual Studio that automatically records application execution data, enabling historical debugging without manual intervention. Discussions on WindowsForum cover the IntelliTrace Standalone Collector for production environments, as well as enhancements in Visual Studio 2015 that integrate IntelliTrace into the debugging process alongside other diagnostic tools like PerfTips. The tool helps developers analyze application behavior by capturing events and state information, which can be reviewed after a breakpoint is hit. These threads focus on using IntelliTrace for troubleshooting and performance analysis in .NET and ASP.NET applications, with references to Microsoft developer tools and frameworks.
The IntelliTrace collector is a standalone tool that you can use to collect IntelliTrace data from apps that are running in production environments.
Link Removed
This week was the kick off of a new event type, live from the Redmond campus... Connect("Live")
Connect("Live") is a series of live streamed discussions directly from the Microsoft Redmond campus, giving you an opportunity to hear from the product teams building the developer tools &...
3d scanning
application insights
automation
channel 9
cloud computing
debugging
defrag
developer tools
developers
framework
game development
intellitrace
iot
machine learning
microsoft
microsoft azure
powershell
streaming
tech support
visual studio
IntelliTrace automatically records the execution of your application without you performing any additional steps. Any time the debugger breaks the execution of the application (e.g. because a breakpoint is hit), the IntelliTrace UI is updated and displays the data that has been collected up...
In this episode, Robert is joined by Dan Taylor, Angelos Petropoulos and Charles Willis to explore some of the enhancements to the diagnostic tooling in Visual Studio 2015. You'll see how these tools are now brought into the debugging process to make them easier to discover and use [01:20], what...