Image Watch for c# application

c#, visual-studio, visual-studio-debugging

Solution

There's this VS2010 Image Debugger Visualizer for which someone has submitted a patch to make it work with VS 2012. Download the 7-Zip package, and extract it to `<Visual Studio 2012 Install Directory>\Common7\Packages\Debugger\Visualizers`. For me that was `C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\Debugger\Visualizers`.

If you have Visual Studio 2012 open, make sure you reboot it.

Problem

Is there any tools similar to Image Watch http://visualstudiogallery.msdn.microsoft.com/e682d542-7ef3-402c-b857-bbfba714f78d for c# in visual studio 2012?

Original source