Azure DevOps Blog

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

Debugging Unhandled Exceptions in a SharePoint App with Visual Studio using IntelliTrace

Following on from our last blog post on IntelliTrace enhancements for SharePoint, in this blog post we’ll talk about how the new analysis section for SharePoint can help you find the source of issues faster. The New Analysis Section IntelliTrace is very good at providing a lot of data to you for debugging, but there is such a thing as “...

Getting Started with Git in Visual Studio and Team Foundation Service

By Matthew Mitrik (MS), Andy Lewis, and Martin Woodward Today we announced the availability of Git for Visual Studio and Team Foundation Service. In this post, we'll walk through the new experiences. Get set up: Get the free service, and then you can use it with any Git client tools you want, including Visual Studio. To use the ...

VS2012 Update 2 Brings Symbol Improvements to Profiler and IntelliTrace

You will recall that VS2012 Update 1 brought a bunch of symbol loading improvements for your debugging scenarios, as documented in our previous two blog posts You’ll be happy to hear that with Visual Studio 2012 Update 2 we’ve taken these symbol related improvements one step further and applied them to more diagnostics scenarios. ...

More on Symbol Improvements in VS2012 Update 1

Hi, my name is Dmitri Leonov and I am an engineer on the VS debugger team. A couple of months ago with the Visual Studio 2012 Update 1, we shipped debugger improvements some of which were related to symbol and source loading as described in our previous blog post: “Debugger Source Symbol Improvements to Visual Studio 2012”. In this blog ...

Creating NGEN PDBs for Profiling Reports

Update: Visual Studio 2013 will generate PDBs automatically when using the CPU Sampling or the CPU Usage tool in the Performance and Diagnostics hub. See this post for more details! When profiling managed applications on Windows 8 any samples in an NGEN’d module will appear in the report as [NI module name] instead of showing the function ...

Set Local Workspaces as Default when Upgrading to TFS 2012

I was reminded yesterday by a customer about something in the upgrade process that I thought was a helpful reminder for all the TFS administrators.  If you are upgrading from an earlier version of Team Foundation Server to the recently released Team Foundation Server 2012, you’ll want to make sure you add one more step to your post-upgrade ...

Showing files with pending changes or files that are open in Visual Studio 2012 Solution Explorer

One of the hidden gems in Visual Studio 2012 is the ability to show just those files that are open or those with pending changes…Take for instance the solution below are any of these files open? do any of them have a pending change? (image) (in this graphic the answer is no there aren’t any pending changes – Visual Studio does give ...