Monday, May 6, 2019

ArrayPlotter 0.10 Released

ArrayPlotter 0.10 has been released and is available on the Visual Studio Marketplace:
Download

New Features

  • Visual Studio 2019 support
I'd hoped to have a new debugging engine in-place, that would support remote debugging (ie Linux / Raspberry Pi), however after many cumulative days work of work, I've yet been able to (efficiently) solve the puzzle.

Bug Fixes

  • Fix an issue where array length was incorrectly calculated with stride

5 comments:

  1. Does ArrayPlotter work with MICROSOFT C++/CLI ?

    ReplyDelete
    Replies
    1. Yes! Well, it should do. Definitely MS C++, so I assume CLI would be ok. If the debugged application is running on the local machine, it should work

      Delete
  2. Hello Rodney,
    is it possible to make the source code available, maybe with an open source license?

    ReplyDelete
  3. Cant seem to get it work with my visual studio - Just get: Unable to get memory for address for yData. It shows the correct pointer I am looking at in the memory editor, and the right size, but nothing showing :/

    ReplyDelete
    Replies
    1. Ah - just doesn't work in a 64 bit application, works fine in 32 bit.

      Delete