LogMemoryDump compiler directive
Brought to you by:
pierre_le_riche
good day, Pierre
can you add this option to exclude useless (in some cases) information from log
{$define LogMemoryDump}
and apply to LogMemoryDump call
{$ifdef LogMemoryDump}
{Add the pointer address}
LMsgPtr := LogMemoryDump(LActualBlock, LMsgPtr);
{$endif}
best regards