Deleaker icon
Deleaker icon

Deleaker

Deleaker is a standalone application and a useful extension for Visual Studio, RAD Studio (Delphi / C++ Builder), and Qt Creator, that helps you to analyze programming errors, many of which are unique to C++, Delphi and .Net. Deleaker is a great tool for C++, Delphi and .

Deleaker screenshot 1

Cost / License

  • Pay once
  • Proprietary

Platforms

  • Windows
  • CLion
  • Qt Creator
  • RAD Studio
  • Microsoft Visual Studio
-
No reviews
7likes
2comments
0news articles

Features

Suggest and vote on features
  1.  Debugging

 Tags

  • leak
  • visual-c++
  • gdi-leak
  • handle-leak
  • resource-leak
  • boundschecker
  • purify
  • detect-leaks
  • visual-leak-detector
  • visual-studio-plugin
  • error-detection
  • madexcept
  • eurekalog

Deleaker News & Activities

Highlights All activities

Recent activities

No activities found.

Deleaker information

  • Developed by

    KG flagSoftanics
  • Licensing

    Proprietary and Commercial product.
  • Pricing

    One time purchase (perpetual license) that costs $0.
  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 2 comments and reviews about Deleaker, and it has gotten 7 likes

Deleaker was added to AlternativeTo by Deleaker on and this page was last updated .

Comments and Reviews

   
 Post comment/review
Top Positive Comment
MiroJanosik2
2

Can analyse running c++ application and look for memory leaks

RobertMilesee
2

This tool has some advantages. For example: delaker works slightly faster than similar tools. Unlike VLD, it helps to find GDI leaks, handle leak. Works as:

  1. VisualStudio extension window
  2. Standalone app
  • Great navigation. You can go to the desired line of code at any time.

What is Deleaker?

Deleaker is a standalone application and a useful extension for Visual Studio, RAD Studio (Delphi / C++ Builder), and Qt Creator, that helps you to analyze programming errors, many of which are unique to C++, Delphi and .Net. Deleaker is a great tool for C++, Delphi and .Net developers who occasionally have trouble detecting resource leaks and debugging their applications. With Deleaker, you can detect and localize resource leaks in memory, GDI and USER objects, handles, with no appreciable slow down to your application.

Debugging has always been a headache for program developers. As bugs go, some of the most difficult to find are leaks, especially in graphics device interface (GDI) objects and menus. Even a small leak can drown the ship of your system's performance. You cannot afford to miss even a single one.

Deleaker is an effective solution to this problem. First, it provides you with information on all GDI objects created while your application is running. For almost all of these objects, you will get a full stack, which helps you to see where exactly in the source code each GDI object was created. A simple double click on the stack entry and the editor will open the file with source code at the corresponding line. Next comes the most important point: when your application exits, Deleaker will provide you with a list of GDI objects that were created but that were not deleted.

Plenty of tools exist to help track down memory leaks, but there are very few good tools to help track GDI resource leaks that can ruin performance on any Windows operating system. And all of them have one major problem, they tremendously slow down the performance of your application. Deleaker is tightly integrated into the Visual Studio development environment and you can be sure that it will not affect the speed of your application. Leaks are possible, even in robust Windows-based applications. Deleaker will find them for you.

Deleaker Videos

Show 1 more video

Official Links