Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

System Center Performance Alerts and IntelliTrace

Previously we told you about the initial integration between System Center Operations Manager and Visual Studio IntelliTrace that supports exporting exception data from System Center to Visual Studio using IntelliTrace. We are pleased to announce with the release of System Center 2012 R2 and Visual Studio Ultimate 2013 that performance data ...

.NET Remote Symbol Loading Changes in Visual Studio 2012 and 2013

In this blog post, we will cover the changes we have made in the way we load symbols in the remote debugging experience for .NET languages. This applies to remote debugging for .NET languages and other languages will load symbols locally. Visual Studio 2010 experience In Visual Studio 2010, we would look for symbols deployed onto the remote ...

Switching to Managed Compatibility Mode in Visual Studio 2013

In Visual Studio 2012, we introduced a new managed debug engine that provides us the ability to more rapidly add new features compared to the older implementation. This can be seen by the number of features introduced in Visual Studio 2013 after only a single year including Managed Return Values, .NET 64-bit Edit and Continue, Async Callstacks...

IntelliTrace and WCF Services called by Silverlight

IntelliTrace is not supported in Silverlight due to the security model. IntelliTrace is supported for Windows Communication Foundation (WCF) projects hosted in a web server such as Internet Information Server (IIS) or Internet Information Server Express (IIS Express). When debugging an application in Visual Studio Ultimate that contains both ...

Tweaking Microsoft Monitoring Agent for Null Values

The Microsoft Monitoring Agent does a great job of logging unexpected exceptions that occur within your application. NullReferenceExceptions are one of the most frequent types of exceptions that are encountered. The default settings for the Microsoft Monitoring Agent are configured to optimize data collection and does not record null parameter...