Click here to Skip to main content
Click here to Skip to main content

Excellent Debugging Features in Visual Studio 2010 Beta 2

By , 4 Jan 2010
 

Table of Contents

Introduction

The Visual Studio 2010 IDE is simply great and came up with many new features within it. I have found one of the great and innovative features in Debugging style in VS 2010 Professional Beta 2 that is Pin/Unpin Object/Variable Inspect or Data Tip.

Fig: Pined Inspect Value during Debugging

Pin Inspect Value During Debugging

While debugging in Visual Studio, we generally used mouse over on the object or variable to inspect the current value. This shows the current data items held by the inspected object. But this is for a limited time, as long as the mouse is pointed to that object those value will be available. But in Visual Studio 2010 Beta 2, there is a great feature to pin and unpin this inspected value. We can pin as many of any object and their sub object value also. Please have a look into the below picture:

Fig: Pined multiple inspect value during Debugging

When you mouse over on the inspect object, you will get pin icon with each and every object's properties, variable. Click on that pin icon to make it pined. Unless you manually close these pined items, they will be visible in the IDE.

Drag-Drop Pin Data Tip

We can easily Drag and drop the data tip inside the Visual Studio IDE. This is quite helpful if we need to see some object value list in the bottom section of code. We can easily drag those pined data tips over there.

Fig: Drag and Drop pined content

Adding Comments

We can add comments on the pined data tip. For providing comments, we need to click on “Expand to see the comments” button. This will brings up an additional textbox to add comments.

Fig: Comments on Pined Content

Below is some demonstration of Adding comments on pined inspect value:

Fig: Comments on Pined Content

Last Session Debugging Value

This is another great feature of Visual Studio 2010 Beta 2 debugging. If we pined some data tip during the debugging, the value of pined item will remain stored in a session. In normal mode of coding, if you mouse over the pin icon, it will show the details of the last debugging session value as the below picture:

Fig: Showing last session value

Summary

Though the article is very small, I think this is very interesting and will help lots of newcomers of VS 2010 IDE. Please share your feedback and suggestions.

History

  • Initial post - 4th Jan 2010

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Abhijit Jana
Software Developer (Senior)
India India
Member
.NET Consultant | Former Microsoft MVP - ASP.NET | CodeProject MVP, Mentor, Insiders| Technology Evangelist | Author | Speaker | Geek | Blogger | Husband
 
Blog : http://abhijitjana.net
Web Site : http://dailydotnettips.com
Twitter : @AbhijitJana
My Kinect Book : Kinect for Windows SDK Programming Guide

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralCongrats on codeproject MVP for 2011mvpSacha Barber8 Jan '11 - 20:49 
GeneralRe: Congrats on codeproject MVP for 2011mvpAbhijit Jana8 Jan '11 - 21:53 
Generalwell donememberPetr Pechovic2 Mar '10 - 3:16 
GeneralRe: well donemvpAbhijit Jana5 Mar '10 - 2:45 
GeneralAmazingmemberthatraja15 Jan '10 - 21:40 
GeneralRe: AmazingmvpAbhijit Jana15 Jan '10 - 21:41 
GeneralGreat to see thismemberAbhishek Sur4 Jan '10 - 6:59 
GeneralRe: Great to see thismvpAbhijit Jana4 Jan '10 - 7:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 4 Jan 2010
Article Copyright 2010 by Abhijit Jana
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid