PDA

View Full Version : Deleaker: a plugin for Qt Creator to find leaks (memory, GDI, handles etc.)



ArtemRazin
3rd July 2019, 15:39
Dear developers,

I really hope that this is the right place to share news about plugins for Qt Creator.

We've just released new Deleaker 2019.20 with support of Qt Creator (https://www.deleaker.com/blog/2019/06/28/qt-creator-plugin-find-leaks/).

Deleaker is a tool to find leaks for C++ developers on Windows. It is available as a standalone application and also can be integrated into Visual Studio and RAD Studio (Delphi / C++ Builder). CLion support is coming.

Now it's time for Qt Creator.

No more memory leaks, GDI leaks, leaks of handles and other.

You can get Deleaker here (https://www.deleaker.com/download.html).

I''ve recorded a video tutorial, and also below you will find some text and pictures that illustrate how Deleaker works within Qt Creator:


https://www.youtube.com/watch?v=Fomfpeuc-0o

The installer detects available versions of Qt Creator:

13176

New Deleaker menu is added:

13177

You can take a snapshot while debugging, or once a process exits to review allocations and possible leaks. It's easy to walk a call stack that is available for each allocation.

If you think that Deleaker can be useful for you please get a demo version (https://www.deleaker.com/download.html).

Happy coding!