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
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 :/
Does ArrayPlotter work with MICROSOFT C++/CLI ?
ReplyDeleteYes! 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
DeleteHello Rodney,
ReplyDeleteis it possible to make the source code available, maybe with an open source license?
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 :/
ReplyDeleteAh - just doesn't work in a 64 bit application, works fine in 32 bit.
Delete