4
votes
Memory leaks on OS X
Delphi Haven
– Assuming you have Xcode installed, OS X comes with a handy set of developer diagnostic tools called ‘Instruments’ – find the main program under /Developer/Applications/. To use them with a Delphi application, do this: Run the application first. Don’t run it through the Delphi debugger, but via PAServer is still OK (meaning, choosing Run without Debugging in the IDE). Running via PAServer is useful because it provides a ready output for WriteLn calls (unlike on Windows, these will always work on a Mac, regardless of whether {$APPTYPE CONSOLE} is set). Open Instruments ...
Statistics
|
Visits by Source |
User Actions |




