Saturday, July 4, 2015

ArrayPlotter 0.5 Released

ArrayPlotter 0.5 has been released and is available on the Visual Studio Gallery:
Download

Updates to this release:
-Improved error behaviour. If a pointer or length expression cannot be evaluated, the TextBox will turn red and the tooltip will describe the error. If a general error occurs (ie cannot access memory or X/Y lengths don't match) this will be detailed in red text in the lower left corner
- Allow access to arrays with large memory addresses. Previously any attempt to plot arrays whose address is greater than 2^31 would fail. ArrayPlotter now handles this for large address aware 32-bit applications or 64-bit applications.

Sunday, January 4, 2015

ArrayPlotter 0.4 Released

ArrayPlotter 0.4 has been released and is available on the Visual Studio Gallery:
Download

New to this release:
-Ability to specify an independent X axis array instead of using the array index as the X-value. Enable/disable this via the Show X button on the upper right.

Independent X array provides interesting visualisation!