Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image Watch for c# application

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

like image 993
mans Avatar asked Apr 30 '13 16:04

mans


1 Answers

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.

like image 159
Grinn Avatar answered Oct 30 '22 23:10

Grinn