Posts by this author

May 11, 2017
0
0

Inviting directory guests to AAD-backed VSTS accounts

On April 12th, Azure announced the General Availability of Azure AD B2B Collaboration. In a nutshell, it allows you to easily invite guests into your Azure Active Directory (AAD). As a Visual Studio Team Services customer, this enables you to invite guests into your AAD backed VSTS accounts in two steps: Step 1: In the Azure portal, navigate to "...

DevOps
Nov 12, 2015
0
0

Searching and filtering the Events tab of the Diagnostic Tools window

With Visual Studio 2015 RTM we shipped the first version of the Diagnostic Tools window. In Visual Studio 2015 Update 1 we’ve made the following improvements to the Events tab of the Diagnostic Tools window to help you read through and understand the list of events even faster and more efficiently than before:   **Note: ****These ...

DevOpsGit & Version Control
Jul 29, 2015
0
0

IntelliTrace, method call information, and Edit and Continue

In this blog post I’m going to talk about IntelliTrace’s default configuration and the ability to opt-in to capture method call information. 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 improved UI. If you’re not already familiar with ...

DevOpsGit & Version Control
Jul 20, 2015
0
0

Finding swallowed and async exceptions using IntelliTrace in VS2015

In this blog post I am going to walk you through using IntelliTrace in Visual Studio 2015 to deal with two exception-related scenarios: 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 improved UI. You can see this walkthrough as a video here...

DevOpsGit & Version Control
May 14, 2015
1
0

Collect data from a windows service using the IntelliTrace Standalone Collector

In this blog post I am going to walk you through how to collect data from a windows service using the IntelliTrace Standalone Collector. For the purpose of this post I will be using a windows service I created called “MyWindowsService”. Note: If you already have Visual Studio installed on the machine the windows service is running you don...

DevOpsGit & Version Control
May 14, 2015
0
0

IntelliTrace in Visual Studio Enterprise 2015 now supports attach!

If you haven’t done so already, check out the announcement of IntelliTrace in Visual Studio Enterprise 2015 which gives you an overview of IntelliTrace and its UI. Since the release of Visual Studio Enterprise 2015 RC, IntelliTrace supports the ability to attach to running processes. As soon as Visual Studio has successfully attached to the ...

DevOpsGit & Version Control
Apr 29, 2015
0
0

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

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
Mar 9, 2015
0
0

Editing the IntelliTrace collection plan

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 ...

DevOpsGit & Version Control
Feb 9, 2015
0
0

The Output window while debugging with Visual Studio

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
Jan 16, 2015
0
0

Walkthrough of Live Debugging using IntelliTrace in Visual Studio 2015 (Text Editor)

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 4m5s). The application I am ...

DevOpsGit & Version Control