Image Watch for C # application

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

+5
source share
2 answers

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

If you opened Visual Studio 2012, make sure you restart it.

+6
source

An open source image and raster visualizer that works in Visual Studio 2015:

https://github.com/Jaex/ImageVisualizer

:

0

All Articles