Versions: 2010
Published: 2/3/2010
Code: vstipDebug0006
Ever wanted to have one or more DataTips hang around so you didn't have have mess with QuickWatches? Well, today is YOUR day! Welcome to the brave new world of floating DataTips. Here's how you do it:
- Enter Break Mode
- Put your mouse pointer over a variable in the current scope; you should see something like this:
- Click on the pin to create a pinned DataTip:
- Now, to make it a FLOATING tip put your mouse over the pinned tip until you see this sucker (NOTE: it may or may not be close so you may have to look around a bit to find it):
- The top "X" closes the DataTip, the bottom chevrons we will discuss later, right now you are interested in that pin in the middle:
- Click it and you should finally get a floating DataTip (note the yellow color for floating DataTips):
Okay, so why should you care? Well, unlike pinned DataTips, floating DataTips don't follow the source code as you step through it. This is particularly useful if you want to step through code and have one or more pieces of information floating in easy view:
