Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Deleaker: a plugin for Qt Creator to find leaks (memory, GDI, handles etc.)
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Showcase
memory leakqt creatorpluginwindowsdebugging
4 Posts 3 Posters 3.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Artem.Razin
    wrote on last edited by Artem.Razin
    #1

    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.

    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.

    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:

    0_1562161822676_installer[1].png

    New Deleaker menu is added:

    0_1562161898840_deleaker_menu[1].gif

    You can take a snapshot while debugging, or once a process exits to review allocations and possible leaks:

    alt text

    It's easy to walk a call stack that is available for each allocation:

    0_1562162016664_goto_source_code[1].gif

    If you think that Deleaker can be useful for you please get a demo version.

    Happy coding!

    1 Reply Last reply
    7
    • fcarneyF Offline
      fcarneyF Offline
      fcarney
      wrote on last edited by
      #2

      What does Deleaker do that Heob does not? I use Heob for memory leaks, but I don't know much more than that. I also use Valgrind for Linux, and I know it does more than Heob.

      C++ is a perfectly valid school of magic.

      A 1 Reply Last reply
      1
      • fcarneyF fcarney

        What does Deleaker do that Heob does not? I use Heob for memory leaks, but I don't know much more than that. I also use Valgrind for Linux, and I know it does more than Heob.

        A Offline
        A Offline
        Artem.Razin
        wrote on last edited by
        #3

        @fcarney I can't beleive I missed your question. Comparing with Heob, Deleaker provides more features like taking snapshot at any moment, and comparing them later. Besides heap allocations, Deleaker also tracks COM/ActiveX/GDI/USER32 leaks etc.

        1 Reply Last reply
        2
        • H Offline
          H Offline
          Haunting
          Banned
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved