Showing category results for Git & Version Control

Nov 13, 2014
Post comments count0
Post likes count0

Memory Usage Tool while debugging in Visual Studio 2015

Charles Willis (MSFT)

29 April, 2015: Updated for the release of Visual Studio 2015 RC Introduction In Visual Studio 2013 we introduced the Memory Usage tool as part of the Performance and Diagnostics hub. This tool, like the rest of the profiling tools in the Performance and Diagnostics hub, is designed to work with processes without a debugger attached, leaving you ...

DevOpsGit & Version Control
Nov 12, 2014
Post comments count0
Post likes count0

CodeLens in Visual Studio Online enabled as a Limited CTP

Mathew Aniyan MSFT

Update: Added a troubleshooting section.IntroductionCodeLens is a heads-up display in your Visual Studio Editor where you can find information about your code in-context. CodeLens has now been enabled in Visual Studio Online for select customers as a Limited CTP.  Pre-requisites If you meet these pre-requisites, you can request to enabl...

DevOpsGit & Version Control
Nov 12, 2014
Post comments count0
Post likes count0

Support for debugging lambda expressions with Visual Studio 2015

Patrick Nelson - MSFT

Anyone who uses LINQ (or lambdas in general) and the debugger will quickly discover the dreaded message “Expression cannot contain lambda expressions”. Lack of lambda support has been a limitation of the Visual Studio Debugger ever since Lambdas were added to C# and Visual Basic. We’ve heard your feedback and we are pleased to announce that the deb...

DevOpsGit & Version Control
Nov 12, 2014
Post comments count0
Post likes count0

Code Lens for Git “Team Activity View”

Importer

How to contact the most knowledgeable people about some code? Let's assume for a minute that I've cloned the Entity Framework open source code, a bit more than half a year ago and started leveraging it. Recently I pulled the latest version, and I now get a bug when disposing the DbContext. I'm interested in understanding two things: Using Co...

DevOpsGit & Version Control
Nov 12, 2014
Post comments count0
Post likes count0

Debugging C++ code on Android with Visual Studio 2015

Andrew B Hall - MSFT

This post has been updated to reflect the state of features in Visual Studio 2015 RTM. By now you will have heard the exciting news that Visual Studio 2015 supports C++ development on Android (and that includes an Emulator for Android). Obviously no development experience is complete without debugging support, so this means that Visual Studio 201...

DevOpsGit & Version Control
Nov 12, 2014
Post comments count1
Post likes count0

Introducing Visual Studio’s Emulator for Android

Importer

This post was updated in July 2015 to reflect the latest changes. Microsoft Visual Studio 2015 now has options for Android development: C++, Cordova, and C# with Xamarin. When choosing one of those Android development options, Visual Studio will also install the brand new Visual Studio Emulator for Android to use as a target for debugging your app...

DevOpsGit & Version Control
Oct 24, 2014
Post comments count0
Post likes count0

Upcoming Changes in Visual Studio Architecture and Design Tools

Jean-Marc Prieur

Introduction This post explains some of our plans for evolving our architecture and design tools in Visual Studio, including new capabilities and changes to existing capabilities that we will be delivering in the next major release and subsequent updates. Although these plans have already been informed by an analysis of usage data and talking ext...

DevOpsGit & Version ControlSecurity
Oct 6, 2014
Post comments count0
Post likes count0

New Breakpoint Configuration Experience in Visual Studio 2015

Andrew B Hall - MSFT

If you use Visual Studio to develop code, the chances are good that you set breakpoints on a regular basis as part of debugging. You may however not be aware that breakpoints can be configured with conditions and actions to improve your debugging productivity. In Visual Studio 2015 we’re pleased to introduce an improved experience that makes config...

DevOpsGit & Version Control
Aug 18, 2014
Post comments count0
Post likes count1

PerfTips: Performance Information at-a-glance while Debugging with Visual Studio

Dan Taylor

Note: this post has been updated for Visual Studio 2015 RTM. You are probably all familiar with the debugger DataTips that let you see the value of a variable when you hover over it in the editor. This post introduces the new PerfTips feature in Visual Studio 2015 for C#/VB, and C++ developers on all Windows platforms. Why PerfTips? We have been...

DevOpsGit & Version Control
Aug 8, 2014
Post comments count0
Post likes count0

Project Welcome Pages

Martin Woodward

We recently deployed a new feature to Visual Studio Online to help people get new team members started with a project and for people browsing the server to understand what a project is for and how to use it. We call the feature “Project Welcome Pages”. It’s very easy to tell when the feature had been enabled for your account, simply go to your proj...

DevOpsGit & Version Control