Showing results for Debugging and Diagnostics - Visual Studio Blog

Jul 8, 2010
0
0

Debugging MSBuild script with Visual Studio (2)

Visual Studio Blog
Visual Studio Blog

In my previous post, I showed how to enable the hidden Visual Studio debugger for MSBuild script, and demonstrated it by stepping through the evaluation of a C# project. In this post, I'll keep debugging into the actual build of that project. Note that this blog is rather narrow, so some of the screenshots may be hard to see – you can click on the...

Debugging and DiagnosticsC#MSBuild
Jul 6, 2010
0
0

Debugging MSBuild script with Visual Studio

Visual Studio Blog
Visual Studio Blog

Back when we started 4.0 development, I polled readers of the MSBuild blog to find out what features were most important to them. Debugging was #1 which was very surprising to us. Thinking about it more, it makes sense. In our team we've become so proficient ourselves at reading the XML and making sense of logs that it's easy to forget how difficul...

Debugging and DiagnosticsC#MSBuild
Mar 5, 2010
0
0

MSBuild 4 Detailed Build Summary

Visual Studio Blog
Visual Studio Blog

Introduction When we were developing the current version of MSBuild, we spent a lot of time analyzing builds to determine where our performance issues lay. The standard logging, even on diagnostic verbosity and with the performance summary enabled (/clp:PerformanceSummary=true on the MSBuild command line) doesn’t give us the kind of information we ...

Debugging and DiagnosticsC#Node.js
Mar 4, 2010
0
0

Creating and Sharing Project & Item Templates

Aaron Marten
Aaron Marten

One of the great new features we added in Visual Studio 2010 is the ability to easily find and consume online Project and Item templates without leaving the New Project/Item dialog. What may not be so obvious is how to go from a piece of code you want to share to a template contained in a VSIX file that can be uploaded to the Visual Studio Gallery ...

Debugging and DiagnosticsC#Extensions
Mar 1, 2010
0
0

WPF in Visual Studio 2010 – Part 2 : Performance tuning

Visual Studio Blog
Visual Studio Blog

This post, the second in a series of articles on Visual Studio 2010’s use of WPF, covers tips and techniques for optimizing performance of WPF applications, and also several areas where we needed to tune Visual Studio 2010 in order to squeeze the best out of WPF. The first post in the series covered the motivation for selecting WPF and some of the ...

Debugging and DiagnosticsC#XAML
Feb 24, 2010
0
0

Troubleshooting Extensions with the Activity Log

Visual Studio Blog
Visual Studio Blog

One of the most powerful tools for troubleshooting issues that involve Visual Studio extensions is often overlooked, even though it has been around for quite some time (since VS 2005). Anyone wondering what Visual Studio is doing with their VS Package, Extension, MEF Component, or pkgdef file should ask the IDE for an activity log. In this art...

Debugging and DiagnosticsVisual Studio 2010Tips and Tricks
Feb 16, 2010
0
0

WPF in Visual Studio 2010 – Part 1 : Introduction

Visual Studio Blog
Visual Studio Blog

This is the first part in a seven part series. Links to the other parts are included at the bottom of this post. Now that the Release Candidate for Visual Studio 2010 is publicly available, we’ve started receiving questions from inquisitive users about how Visual Studio 2010 itself was built. In particular, one questioner wanted to know if we we...

Debugging and DiagnosticsC#XAML
Nov 19, 2009
0
0

Debugging Expression Trees in Visual Studio 2010

Visual Studio Blog
Visual Studio Blog

First of all, let’s take a look at the example from one of my previous posts. It creates an expression tree for calculating the factorial of a number. Now, what if you want to see the content of this tree in debug mode? You can try lambda.ToString() but it’s not very informative. All you get is this: value => {var result; … }. Basically, it te...

Visual StudioDebugging and DiagnosticsC#
Oct 28, 2009
0
0

How to Fix “The application cannot start” Error

Visual Studio Blog
Visual Studio Blog

Weston Hutchins – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2005 and have been working in Visual Studio ever since.  I’m currently a PM on the VS Shell Team.  No, not the “Isolated” or “Integrated” Shell, but the core VS IDE – it’s UI and services.  Prior to my current duties, I was...

Debugging and DiagnosticsC#Visual Basic
Oct 28, 2009
0
0

How to Fix “The application cannot start” Error

Visual Studio Blog
Visual Studio Blog

Weston Hutchins – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2005 and have been working in Visual Studio ever since.  I’m currently a PM on the VS Shell Team.  No, not the “Isolated” or “Integrated” Shell, but the core VS IDE – it’s UI and services.  Prior to my current duties, I was...

Debugging and DiagnosticsC#Visual Basic