Hello,
I'm building right now an extension in which I want to access to a local stack frame memory. I have succeed to access Locals thru DTE, however it only shows me the "locals" and when I'm trying to get Objects allocated on heap (C++),
I can't access it because it does not appear in Locals.
In sort, how do I access the memory in a current stack frame, not ac an object but as bytes? something like readBytes().
Thanks,
Nikolay.