Oct 23
I accidentally bumped into this tool and I think it is absolutely brilliant because it revolutionises my productivity when trying to write code using Visual Studio:
http://arraydebugview.sourceforge.net
This is a plugin for Visual Studio which allows you to plot your data when sat at a breakpoint. It will cope with of arrays of data of any type (int, short, double etc.) and also with complex data (allowing you to plot real, imag or abs values). It can cope with data that has a stride, and will also download your data to a binary or ASCII file. It is freeware under GPL.
