Showing category results for Git & Version Control

Aug 7, 2014
Post comments count0
Post likes count0

IntelliTrace standalone collector is back!

Angelos Petropoulos

As you probably already know, Visual Studio Ultimate offers an enhanced live debugging experience (F5 or Attach) through the use of IntelliTrace. Your application’s execution is recorded by IntelliTrace and you can navigate through time, both backwards and forwards, and examine your code as you normally would during a debugging session by int...

DevOpsCI/CDGit & Version Control
Jul 3, 2014
Post comments count0
Post likes count0

View Source in the CPU Usage tool

Dan Taylor

In Update 2 of Visual Studio 2013, we added the CPU Usage tool into the Performance and Diagnostics hub which allows you to see where the CPU is spending time executing your code. In Update 3 of Visual Studio 2013, we have made a small but important improvement to this tool: the ability to navigate from a function in the call tree to the source cod...

DevOpsGit & Version Control
Jul 2, 2014
Post comments count0
Post likes count0

CodeLens for Git improvements in Visual Studio 2013 Ultimate Update 3 RC

Jean-Marc Prieur

In Visual Studio 2013 Update 3 CTP1, we introduced some CodeLens for Git indicators. In this RC update we are completing the work by: CodeLens for Git indicators now react to Git source control operations In the CTP1, the authors and change indicators that we introduced did not refresh automatically when source control operations occurred....

DevOpsGit & Version Control
Jun 10, 2014
Post comments count0
Post likes count0

Conduct a Git pull request on Visual Studio Online

Andy Lewis

When you want people on your team to review code in a Git team project on Visual Studio Online, you can use a pull request to review and merge the code. Pull requests enable developers working in topic branches to get feedback on their changes from other developers prior to submitting the code into the master branch. Any developer participating in ...

DevOpsAzure DevOps ServerGit & Version Control
May 27, 2014
Post comments count0
Post likes count0

Code Map improvements in Visual Studio 2013 Ultimate Update 3 CTP1

Jean-Marc Prieur

Visual Studio 2013 Update 3 CTP1 brings improvements to Code Map and Debugger Map that you have requested via various feedback channels (user voice and connect in particular). In this Blog post I'll present: Improvements with the Debugger map zoom experience Debugger Map In Visual Studio 2013, we introduced Debugger Map, which provides a n...

DevOpsGit & Version ControlSecurity
May 23, 2014
Post comments count0
Post likes count0

Quick IntelliTrace File Open from App Insights

jhwaMSFT

As was introduced in the Details Page Feature Blog, the IntelliTrace Performance Details Page provides to the user thorough information as well as enhanced functionalities for previewing code and debugging. This post will focus on specific IntelliTrace files that are opened from Application Insights portal and the user experience when single perfor...

DevOpsCI/CDGit & Version Control
May 23, 2014
Post comments count0
Post likes count0

Multiple Monitor Support for Windows Store Apps in Visual Studio 2013 Update 3

Andrew Chan - MSFT

With Windows 8.1, you can drag and move Windows Store apps between multiple monitors. Prior to Visual Studio 2013 Update 3, launching and debugging Store apps from Visual Studio would always open it on the primary monitor. In Visual Studio 2013 Update 3, we have added persistence to remember which screen the Store app was occupying when you stop de...

DevOpsGit & Version Control
May 23, 2014
Post comments count0
Post likes count0

.NET Memory Analysis: Go to Source in Visual Studio 2013 Update 3

Andrew Chan - MSFT

For those of you using .NET memory dump analysis to investigate memory issues and inspect values of objects and instances in your dumps, we have added a small improvement to bring you to your source in Visual Studio 2013 Update 3. If you have ever been examining your memory types and want to inspect the definition of a particular object or want to ...

DevOpsGit & Version Control
May 23, 2014
Post comments count0
Post likes count0

Code Lens for Git in Visual Studio 2013 Ultimate Update 3

Jean-Marc Prieur

Yesterday we released Visual Studio 2013 Update 3 CTP1. This CTP brings new features in the area of CodeLens Team indicators. In this Blog post I'll present the CodeLens Team indicators for Git. CodeLens Team indicators CodeLens is a heads-up display in your Visual Studio 2013 Ultimate editor where you can find information about your code in cont...

DevOpsGit & Version Control
May 13, 2014
Post comments count0
Post likes count0

.NET Edit and Continue Survey

Andrew B Hall - MSFT

This post has been modified to reflect that the survey has closed, and instead updated with the results. Thanks everybody for all the great feedback!  We received hundreds of replies with detailed information and concrete examples for us to review. We have closed the survey and have started to process the  data you provided. The overwhe...

DevOpsGit & Version Control