Showing category results for Git & Version Control

Mar 11, 2015
Post comments count0
Post likes count0

CodeLens in Visual Studio Online is now in Public Preview for Europe region

Mathew Aniyan MSFT

 We are delighted to announce that the Public Preview of CodeLens in Visual Studio Online is now available to customers in the West Europe Region. CodeLens in Visual Studio Online was initially released as a Public Preview in Dec 2014. With the addition of Western Europe Region, all Visual Studio Online customers can now use CodeLens to explore cod...

DevOpsGit & Version Control
Mar 9, 2015
Post comments count0
Post likes count0

Editing the IntelliTrace collection plan

Angelos Petropoulos

As you probably already know, Visual Studio offers an enhanced debugging experience 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 interacting with the Call Stack and Lo...

DevOpsGit & Version Control
Mar 3, 2015
Post comments count0
Post likes count0

Make Debugging Faster with Visual Studio

Andrew B Hall - MSFT

Have you ever been frustrated by slow debugging in Visual Studio? While we work hard to bring you a fast debugging experience, there are a lot of complex knobs that can affect the performance of any given application. In this blog post I’ll walk you through some tips you can use to improve the performance of your debug sessions and include instruct...

DevOpsGit & Version Control
Feb 24, 2015
Post comments count0
Post likes count0

CodeLens file activity and history now available for C++, JavaScript and SQL files stored in Git

Mathew Aniyan MSFT

CodeLens makes it easy to explore code changes and other history as you work. It provides a head-up display in Visual Studio editor that shows useful, in-context information about your code. This information, shown as a set of team indicators, tells you when the file was changed, who changed it, and lets you drill down into a vast range of details ...

DevOpsGit & Version Control
Feb 23, 2015
Post comments count0
Post likes count0

The New Exception Settings Window in Visual Studio 2015

Aaron Hallberg

In Visual Studio 2015  we’re pleased to introduce the new Exception Settings tool window for configuring the debugger’s exception settings. In this post I will walk you through the features of this new window. For more information on exception classifications in Visual Studio, see Understanding Exceptions while Debugging with Visual Studio. Now in...

DevOpsGit & Version Control
Feb 23, 2015
Post comments count0
Post likes count0

Performance Improvement When Debugging .NET Code With Visual Studio 2015

Andrew B Hall - MSFT

Nothing is more frustrating than trying to debug an application that runs significantly slower when you’re debugging it than it does when it runs without a debugger attached. Over the years we’ve received numerous complaints along the lines of “when I run my application without the debugger it takes a few seconds to execute a scenario, but with the...

DevOpsGit & Version Control
Feb 23, 2015
Post comments count0
Post likes count0

EnC Improvements for .NET Debugging in Visual Studio 2015

Andrew B Hall - MSFT

You may recall that we previously asked you how important Edit and Continue is to your workflow and what current limitations are most painful. While removing these limitations is an ongoing process we’re pleased to announce that a number of previously unsupported edits are now supported in Visual Studio 2015 CTP 6. These include: ...

DevOpsGit & Version Control
Feb 23, 2015
Post comments count0
Post likes count0

The Visual Studio Emulator for Android in VS2015 CTP6

John Kemnetz

In November we launched the Visual Studio Emulator for Android and have gotten great positive feedback from you. Since then we’ve continued to work hard to provide a fast, Hyper-V compatible, x86 Android emulator for all of your debugging and testing needs. Today I’m happy to announce that our emulator just got a little sweeter with an update th...

DevOpsGit & Version Control
Feb 12, 2015
Post comments count0
Post likes count0

Announcing Limited Preview for Visual Studio Online Code Search

Biju Venugopal MS

Today we are unveiling a limited preview of our new Code Search feature on Visual Studio Online.  Code Search enables you to quickly and easily search across your entire account and find matches using your web browser.  Not only can you perform full text matching but for some languages, like C#,  C and C++, and additional ones in the...

DevOpsCI/CDGit & Version Control
Feb 9, 2015
Post comments count0
Post likes count0

The Output window while debugging with Visual Studio

Angelos Petropoulos

The Output window is a veteran in the war against bugs and has been part of Visual Studio since its very first release. It is comprised of a collection of text panes that communicate information to the user: The Output window can be extended by adding to its collection of text panes programmatically, but out of the box with a typical project most ...

DevOpsGit & Version Control