VS2010 Beta 2 : Pin to Source for debugging COOL! But with a caveat
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 23 Oct 2009 |
View original | Bookmarked: 0 time(s)
Theres a new debug feature called Pin to Source. You can use it from a DataTip or the from context menu. Heres the pin on the DataTip. You need to click it to engage it and then click again to pin it down. When you want to inspect a variable, this will leave the DataTip hanging around in the code window while you continue debugging. (Another benefit of the new WPF code editor.) So as I continue debugging, I can scroll back to that code line and the DataTip is still there. You can...