Hey there,
RADStudio Memory management documentation says this about procedure's local variables:

These "Local Variables" can be accessed, using the IDE debugger, with a [Name, Value] pair list, such as this :

The application Stack is accessible by FastMM5, at the memory allocation event.
Considering this, would FastMM5 be able, on that event, to return also these Local Variables, just as the IDE debugger does?
Thanks for your support.
Hey there,

RADStudio Memory management documentation says this about procedure's local variables:
These "Local Variables" can be accessed, using the IDE debugger, with a [Name, Value] pair list, such as this :

The application Stack is accessible by FastMM5, at the memory allocation event.
Considering this, would FastMM5 be able, on that event, to return also these Local Variables, just as the IDE debugger does?
Thanks for your support.