Hi,
I ran into a bit of an issue today.
I was using the debugger to inspect a vector iterator. The debugger wasn't able to display the value pointed to when dereferencing the iterator.
I have been able to use this feature in remedybg for other pointers, but for some reason it didn't work here.
FWIW, visual studio was able to show the value.
I am not sure whether this is expected or not, I just thought I would bring it up.
Thank you