Showing category results for Git & Version Control

May 6, 2015
Post comments count0
Post likes count0

CodeLens and Team Project Rename

Mathew Aniyan MSFT

On April 24th, Brian announced the availability of Team Project Rename in Visual Studio Online. This is now available in Team Foundation Server 2015 RC as well. The good news is that** CodeLens just works after you rename a project**. When you re-open a file after renaming its team project, you will see all its history - including the changes made ...

DevOpsGit & Version Control
Apr 29, 2015
Post comments count0
Post likes count0

What’s new in CodeLens for Visual Studio 2015 RC?

Importer

On April 17, 2015, we announced the General Availability of CodeLens in Visual Studio Online. However, the biggest news by far is that, in addition to Visual Studio Enterprise, CodeLens is now available in Visual Studio Professional 2015. This is one of the top requests we’ve had from customers. It received 3,461 votes on user voice. We have now...

DevOpsGit & Version Control
Apr 29, 2015
Post comments count0
Post likes count0

Visual Studio Emulator for Android in VS2015 RC

John Kemnetz

Since our initial launch of the Visual Studio Emulator for Android, we’ve worked quickly to deliver on top feature requests, adding in support for hot-ticket items such as OpenGL ES 2.0, Lollipop, multi-touch, and advanced camera simulation. Today we’re announcing two more features to help you debug and test your Android apps on our fas...

DevOpsGit & Version Control
Apr 29, 2015
Post comments count0
Post likes count0

Walkthrough of Live Debugging using IntelliTrace in Visual Studio 2015 (Social Club)

Angelos Petropoulos

In this blog post I am going to walk you through fixing a bug using IntelliTrace in Visual Studio 2015. If you haven’t done so already, check out the announcement of IntelliTrace in Visual Studio 2015 which gives you an overview of IntelliTrace and its UI. You can see this walkthrough as a video here (demo start at 1m30s). The application we...

DevOpsGit & Version Control
Apr 29, 2015
Post comments count0
Post likes count1

Diagnosing Event Handler Leaks with the Memory Usage Tool in Visual Studio 2015

Charles Willis (MSFT)

Memory Usage tool in the Diagnostics Tool window In Visual Studio 2015 CTP 6 we introduced the new debugger-integrated diagnostics tools, including the Memory Usage tool. For the first time, you could investigate memory growth on the managed heap without leaving everyone’s favorite tool, the debugger. Based on your feedback, we’ve been refining th...

DevOpsGit & Version Control
Apr 29, 2015
Post comments count0
Post likes count0

Continued Improvements for Breakpoint Configuration in Visual Studio 2015

Aaron Hallberg

By now you have hopefully heard that in Visual Studio 2015 we are introducing a new Breakpoint configuration experience. It features a Breakpoint Settings peek window that allows you to easily configure Conditions and Actions for a breakpoint by specifying a Conditional Expression, a Hit Count, a Filter, or by creating a Tracepoint. All of the link...

DevOpsGit & Version Control
Apr 29, 2015
Post comments count0
Post likes count0

.NET EnC support for Lambdas and other improvements in Visual Studio 2015

Andrew B Hall - MSFT

Hopefully you saw our previous post covering newly supported edit types added in our previous CTP of Visual Studio 2015 (if not, I’d recommend looking at that post first). Now, we are pleased to announce that Visual Studio 2015 RC contains even further Edit and Continue (Enc) improvements when debugging .NET applications. New Edit and Contin...

DevOpsGit & Version Control
Apr 29, 2015
Post comments count0
Post likes count0

C++ EnC in Visual Studio 2015

Andrew B Hall - MSFT

One of the most useful features of the Visual Studio debugger is Edit and Continue (EnC), which works for both managed and native code (where native admittedly had some significant limitations in previous versions of Visual Studio through 2013). In this post I want to share some changes to EnC for C++ developers with Visual Studio RC, and also shar...

DevOpsGit & Version Control
Apr 28, 2015
Post comments count0
Post likes count0

Diagnostic Sessions at Build 2015

Aaron Hallberg

If you’re attending Microsoft's Build 2015 conference this week, make sure to come check out these three sessions focused entirely on diagnostic tools. Debugger Tips and Tricks for .NET Developers with Visual Studio 2015 Session code: 3-677 Room: 2009 Time: Wednesday April 29, 5:00-6:00 PM Every software developer has the need to debug pro...

DevOpsGit & Version Control
Apr 17, 2015
Post comments count0
Post likes count0

General Availability of CodeLens in Visual Studio Online

Mathew Aniyan MSFT

We are delighted to announce the General Availability of CodeLens in Visual Studio Online. With this announcement, we have reached a significant milestone in the journey we started as a Limited CTP in Nov 2014 and then moved to Public Preview in Dec 2014. CodeLens in Visual Studio Online was one of the top UserVoice asks and we prioritized this wor...

DevOpsGit & Version Control