Debugger Canvas on DevLabs
Posted by: Somasegars WebLog,
on 14 Jun 2011 |
View original | Bookmarked: 0 time(s)
Today, we’re releasing Debugger Canvas on DevLabs.
Debugger Canvas is a new user experience for stepping through code in the debugger in Visual Studio Ultimate. It displays the code of each of the methods you step into on a canvas with call lines between them, helping you keep track of the bigger picture as well as the details.
Debugger Canvas pulls together all the code along a call path into a single display for browsing and even editing. Instead of having to keep all the code in your head...