by Arra Derderian
14. June 2011 23:10
A colleague of mine just sent me a link about a new power tool for Visual Studio called Debugger Canvas. The debugger canvas is a cool new way to visualize debugging outside of the normal file view. It allows you to easily navigate files and compare the source code side-by-side for each file involved in your debugging.
Other features included, saving an XPS file with notes to send other engineers information on the fix. Also you can utilize the Intellitrace feature to easily find pieces of code and search them for possible areas where code may be broken.
There is a short video you can watch here:
Thanks to @Jere_Jones for the information.