are there any good tutorials or training for writing custom visualizers with c# for debugging c++ code?
I found an example but the code does not work with visual studio 2015. Took some time trying to debug but I can't see the content of the variables representing the debugger information.
I do not mean debugger information formatting like natvis, I need a graphical output of the variable data like ArrayPlotter, but for my data structures and I don't like to write my array of structs to float arrays.