Showing results for Debugging and Diagnostics - Visual Studio Blog

Aug 23, 2012
Post comments count0
Post likes count0

New Visual Studio 2012 Debugging Features for the Windows 8 App Lifecycle Model

Visual Studio Team
Visual Studio Team

Windows 8 brings a new app lifecycle model, in which Windows Store apps are automatically managed for the user. These apps always feel alive, even though they never run when they’re off the screen. This provides great benefits for power consumption and battery life. Here are a few related blog posts we recommend for background reading on this to...

Debugging and DiagnosticsJavaJavaScript
May 25, 2012
Post comments count0
Post likes count0

Visual Studio 11 Performance: Improvements in Typing and Editing Responsiveness

Visual Studio Team
Visual Studio Team

After the beta release, we published several posts on the performance improvements in Visual Studio 11. Since the beta release, we have made a number of additional enhancements, continuing our quest to improve the performance of Visual Studio. The performance work done between beta and the upcoming RC was substantial and covered many aspects of the...

Debugging and DiagnosticsC#XAML
Apr 10, 2012
Post comments count0
Post likes count0

JavaScript Debugging Enhancements

Visual Studio Team
Visual Studio Team

Visual Studio 11 Beta introduces a first class JavaScript development experience and provides a rich toolset for developing Windows Metro style apps. Debugging is a crucial part of that toolset. In this post I am going to focus on just some of the new scenarios and enhancements we’ve added to JavaScript debugging experience for this release. First...

Debugging and DiagnosticsJavaJavaScript
Mar 19, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta Performance Part #3

Visual Studio Team
Visual Studio Team

Welcome back to the 3rd and final part of the Visual Studio 11 Beta Performance series. This week’s topic is Debugging. As I mentioned in the 1st post debugging is a key component in your continuous interaction with Visual Studio and we heard from you that the compile, edit and debug cycle had hiccups and was sluggish. I would like to introduce Tim...

Debugging and DiagnosticsJavaJavaScript
Mar 12, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta Performance Part #2

Visual Studio Team
Visual Studio Team

Welcome back to part 2 of the Visual Studio 11 Beta Performance series.  This week’s topic is Solution Load.  We received a great deal of feedback from you clearly telling us that it takes too long to get into your code when loading solutions.  I would like to introduce Nathan Halstead, from the Visual Studio Pro Team, whose information below descr...

Debugging and DiagnosticsPerformanceMachine Learning
Mar 5, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta Performance Part #1

Visual Studio Team
Visual Studio Team

Following the //Build conference last year I posted “Addressing Visual Studio Performance” to gather your feedback on Visual Studio performance and to discuss with you those areas you felt were important for us to improve. Next, I posted “An update on Visual Studio Performance” about some of the work we are doing and promised you a set of entries a...

Debugging and DiagnosticsC#Visual Basic
Feb 24, 2012
Post comments count0
Post likes count0

Introducing the New Developer Experience, Part #2

Visual Studio Team
Visual Studio Team

UPDATE: We hear you. There’s a lot of excitement about this release and a lot of passion about colors, designs, styles and icons. Know that we are listening to all your comments here, across social media and we are working hard to make Visual Studio 11 a fast, powerful and feature-rich product. Keep the comments coming, both good and bad. We are re...

Debugging and Diagnostics
Feb 23, 2012
Post comments count0
Post likes count0

Introducing the New Developer Experience

Visual Studio Team
Visual Studio Team

UPDATE: We hear you. There’s a lot of excitement about this release and a lot of passion about colors, designs, styles and icons. Know that we are listening to all your comments here, across social media and we are working hard to make Visual Studio 11 a fast, powerful and feature-rich product. Keep the comments coming, both good and bad. We are re...

Debugging and DiagnosticsC#
Nov 4, 2011
Post comments count0
Post likes count0

Microsoft Windows Simulator Rotation and Resolution Emulation

Visual Studio Team
Visual Studio Team

The Windows Simulator is a tool provided in Visual Studio 11 Developer Preview that helps debugging Metro style applications. Its main purpose is to enable debugging when developers want to test how their applications respond to the new Metro style capabilities without having a device that supports those capabilities. It is implemented as a remote ...

Debugging and DiagnosticsJavaJavaScript
Nov 1, 2011
Post comments count0
Post likes count0

Debugging Contracts using Windows Simulator

Cathy Sullivan
Cathy Sullivan

All of you might be pretty busy discovering what Windows 8 has to offer. Today I will introduce you to debugging Contracts, one of the cool features in Windows 8. It is hard to debug contracts when you are debugging locally because they disappear as soon as the focus is lost. So, as you hit a breakpoint in Visual Studio for your app, the target ...

Debugging and DiagnosticsJavaC#