Didier Cabalé

Results 3 issues of Didier Cabalé

1. consider this simple console application project: program Project7; {$APPTYPE CONSOLE} {$INCLUDE .\FastMM4Options.inc} {$R *.res} uses FastMM4 , System.SysUtils ; begin ReportMemoryLeaksOnShutdown := true; try try { TODO -oUser -cConsole...

Hey there, [RADStudio Memory management documentation](https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Memory_Management#Variables) says this about procedure's local variables: ![image](https://github.com/pleriche/FastMM5/assets/1404724/6f27374f-eeb9-4ea2-b32d-6709b9671ec7) These "Local Variables" can be accessed, using the IDE debugger, with a [Name, Value] pair list, such...

On the demo application, trying to authenticate with Google, I get a "Access blocked: MailTest has not completed the Google verification process": ![Image](https://github.com/user-attachments/assets/021f9e85-67b4-4e61-af14-5d8841dd0038) To resolve this, I had to add...