Showing results for Git & Version Control - Azure DevOps Blog

Oct 16, 2013
Post comments count0
Post likes count0

Opening 64-bit Dumps of 32-bit Processes in Visual Studio 2013

Andrew Chan - MSFT
Andrew Chan - MSFT

Hello, I am Andrew Chan, a Program Manager on the Visual Studio Debugger Team and in this post I would like to go over an improvement we’ve made to opening dumps of 32-bit processes in Visual Studio. In a nutshell, Visual Studio is now able to open dumps of 32-bit processes that are collected using Task Manager on 64-bit versio...

DevOpsGit & Version Control
Oct 16, 2013
Post comments count0
Post likes count0

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

Andrew Chan - MSFT
Andrew Chan - MSFT

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 machi...

DevOpsGit & Version Control
Oct 16, 2013
Post comments count0
Post likes count0

Switching to Managed Compatibility Mode in Visual Studio 2013

Andrew Chan - MSFT
Andrew Chan - MSFT

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 Enha...

DevOpsGit & Version Control
Oct 16, 2013
Post comments count0
Post likes count0

IntelliTrace and WCF Services called by Silverlight

Larry Guger
Larry Guger

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 Silver...

DevOpsCI/CDGit & Version Control
Oct 15, 2013
Post comments count0
Post likes count0

Tweaking Microsoft Monitoring Agent for Null Values

Larry Guger
Larry Guger

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 valu...

DevOpsCI/CDGit & Version Control
Oct 14, 2013
Post comments count0
Post likes count0

Data Breakpoints

Brad Sullivan
Brad Sullivan

This blog post is part of a series on breakpoints in the Visual Studio debugger and has been updated to reflect the experience of using Visual Studio 2015. If you are interested in details about setting data breakpoints using earlier versions of Visual Studio please see the MSDN Documentation. Data breakpoints are a powerful feature that is curren...

DevOpsGit & Version Control
Oct 11, 2013
Post comments count0
Post likes count0

Conditional Breakpoints

Brad Sullivan
Brad Sullivan

This blog post is part of a series on breakpoints in the Visual Studio debugger and has been updated to reflect the experience of using Visual Studio 2015. If you are interested in details about setting conditional breakpoints using earlier versions of Visual Studio please see the MSDN documentation. In earlier posts, we showed hit count breakpoin...

DevOpsGit & Version Control
Oct 9, 2013
Post comments count0
Post likes count0

Filter Breakpoints

Brad Sullivan
Brad Sullivan

This blog post is part of a series on breakpoints in the Visual Studio debugger and has been updated to reflect the experience of using Visual Studio 2015. If you are interested in details about setting conditional breakpoints using earlier versions of Visual Studio please see the MSDN documentation.  The code used in the examples below is availabl...

DevOpsGit & Version Control
Oct 8, 2013
Post comments count0
Post likes count0

Function Breakpoints

Brad Sullivan
Brad Sullivan

This blog post is part of a series on breakpoints in the Visual Studio debugger and has been updated to reflect the experience in Visual Studio 2015.  In this post, we will show the function breakpoints feature of Visual Studio and how this feature can be used to save you time while debugging. Dealing with Overloads Let’s say that you want the de...

DevOpsGit & Version Control
Oct 7, 2013
Post comments count0
Post likes count0

Hit Count Breakpoints

Brad Sullivan
Brad Sullivan

This blog post is part of a series on breakpoints in the Visual Studio debugger and has been updated to reflect the experience of using Visual Studio 2015. If you are interested in details about setting hit count breakpoints using earlier versions of Visual Studio please see the MSDN documentation. As mentioned in an earlier post, we will be writi...

DevOpsGit & Version Control