Showing results for Git & Version Control - Azure DevOps Blog

Oct 7, 2013
Post comments count0
Post likes count0

Breakpoints in Visual Studio 2013

Brad Sullivan
Brad Sullivan

  You are likely familiar with the basic breakpoints functionality in Visual Studio.  You click in the editor gutter/margin to create a red circle next to a line of code, and then your app stops at that location when any thread in your code reaches that location, so that you can inspect state using the debugger windows. What you may not...

DevOpsGit & Version Control
Sep 20, 2013
Post comments count0
Post likes count0

Modules Window Search support in VS2013

Brad Sullivan
Brad Sullivan

This post is about a small featurette we added to one of the debugger windows – not a huge item, but sometimes for some people it is the little things that please them and so we decided that it was worth blogging about this feature. When you are debugging a large application, using the Modules window can be difficult because there are a...

DevOpsGit & Version Control
Sep 20, 2013
Post comments count0
Post likes count0

Performance Details in IntelliTrace

Larry Guger
Larry Guger

As was introduced in the Microsoft Monitoring Agent blog post, the Microsoft Monitoring Agent provides a new capability to monitor IIS hosted applications and record performance violations in your application. Refer to the previous post and this MSDN article for details on using the Microsoft Monitoring Agent for monitoring your application and cre...

DevOpsCI/CDGit & Version Control
Sep 20, 2013
Post comments count0
Post likes count0

Introducing Microsoft Monitoring Agent

Larry Guger
Larry Guger

We are very pleased to announce the RTM version of the brand new Microsoft Monitoring Agent. This new tool incorporates the capabilities introduced with Visual Studio 2012’s IntelliTrace Standalone Collector and adds a ton of new features and capabilities. You can now download the Microsoft Monitoring Agent and install on any server in your ...

DevOpsCI/CDGit & Version Control
Sep 19, 2013
Post comments count0
Post likes count0

Just My Code for JavaScript Windows Store Apps in Visual Studio 2013

Andrew B Hall - MSFT
Andrew B Hall - MSFT

If you’ve ever debugged a JavaScript Windows Store app there’s a very good chance that you accidentally ended up in either “Function code [dynamic]” or “base.js” without knowing how you got there and with no clear way to get back out. To help address this, we’ve introduced a feature called “Just My Code” (JMC) for JavaScript in Windows Store apps w...

DevOpsGit & Version Control
Jul 12, 2013
Post comments count0
Post likes count0

Performance and Diagnostics Hub in Visual Studio 2013

Dan Taylor
Dan Taylor

Update: this blog post has been updated for Visual Studio 2013 Update 3 – enjoy! If you attended our Build conference or watched some of the videos, you may have seen some of the new profiling tools and our Performance and Diagnostics hub. This blog post will provide an overview of the hub and the various performance analysis tools that we have bu...

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

XAML UI Responsiveness tool in Visual Studio 2013

Charles Sterling
Charles Sterling

(Posting for a team mate and friend Pratap Lakshman)   From the perspective of interaction-performance applications need to be “fast” and “fluid” - fast to launch, to navigate between pages, to react to changes in orientation, and fluid in scrolling, in panning and in animations. This post introduces the XAML UI Responsiveness tool, a new tool in...

DevOpsGit & Version ControlTest
Jul 10, 2013
Post comments count0
Post likes count0

Energy Consumption tool in Visual Studio 2013

Charles Sterling
Charles Sterling

(Posting for a team mate: Shiv Prashant Sood) Battery draining applications result in bad customer experience and poor ratings. Optimal battery usage is an important aspect that a developer must consider. This post introduces the Energy Consumption tool, a new tool in the Visual Studio Performance and Diagnostics hub that enables you to optimize y...

DevOpsGit & Version ControlTest
Jul 3, 2013
Post comments count0
Post likes count0

What is New in Code Analysis for Visual Studio 2013

Andrew B Hall - MSFT
Andrew B Hall - MSFT

This post (addressing uservoice feedback on CA) was written by Nat Ayewah, a member of the code analysis team in Windows Last year's release of Visual Studio 2012 marked a significant update to the Code Analysis experience in Visual Studio. We made code analysis available in more editions of Visual Studio, introduced a new user interface for v...

DevOpsGit & Version Control
Jul 1, 2013
Post comments count0
Post likes count0

Debugging Asynchronous Code in Visual Studio 2013- Call Stack enhancements

Brad Sullivan
Brad Sullivan

Asynchronous code is ubiquitous in Windows apps. While asynchronous code can be great for creating responsive apps, it can also make it difficult for developers to understand the flow of their application. In Visual Studio 2013 and Windows 8.1, we have added new features that make it easier to understand the state of your asynchronous app so that y...

DevOpsGit & Version Control