🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

ANN: Find leaks in Delphi and C++ with Deleaker

Started by
0 comments, last by Softanics 5 years, 3 months ago

Deleaker was created in 2006, and is been support Visual Studio from the very first release.

Now it's time to find leaks in Delphi and C++ Builder.

Deleaker finds memory leaks, leaks of GDI and USER32 resources, handles and many others.

Deleaker fully integrates with RAD Studio. Here the official announcement: https://www.deleaker.com/blog/2019/03/11/integration-with-rad-studio/

Let's look how it works!

Download Deleaker and launch it. Now you can select versions of RAD Studio you want Deleaker to integrate with. Of course, RAD Studio Rio 10.3 is supported:

3782.installer_5F00_rad_5F00_studio.png

Deleaker is installed, let's launch Delphi:

7506.rad_5F00_studio_5F00_with_5F00_dele

Great, Deleaker is here:

8562.deleaker_5F00_menu_5F00_in_5F00_rad

Let's add some leaks:

3386.add_5F00_some_5F00_leaks.gif

Start debugging, click the button, exit. Deleaker is taking a snapshot:

4452.taking_5F00_snapshot.gif

Two leaks are shown as expected. It's easy to navigate to source of a leak:

5140.goto_5F00_source_5F00_code.gif

 

Happy coding!

This topic is closed to new replies.

Advertisement