Data plotting tool for Visual Studio
Visual Studio October 23rd. 2007, 9:46amI 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.

November 9th, 2007 at 12:10 am
thank you soooo much, that’s just what we need!
November 16th, 2007 at 9:00 pm
There’s a new version now (1.30) allowing much faster data transfer for big arrays.
March 9th, 2008 at 5:07 am
This is just a great tool! Thanks a lot!