Hi,
is it possible to have a direct look into the memory? Sometimes you have the pointer adress and you want to know what is in there.
Regards
Marcus
Hi,
is it possible to have a direct look into the memory? Sometimes you have the pointer adress and you want to know what is in there.
Regards
Marcus
In AS4 you can not do that, AS6.3 has a function that would reveal the name of a variable when given an address.
Ok, thank you!
Regards
Marcus
Hi there,
With the debugger halted on a breakpoint and the debugger watch you can dereference pointers also in AS4.
Stephan’s answers points to the function of Automation Runtime for programming approach.
BR Fabian