Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How can I extend/write a new debug helper for Qt Creator and CDB?
Forum Updated to NodeBB v4.3 + New Features

How can I extend/write a new debug helper for Qt Creator and CDB?

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 985 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.
  • E Offline
    E Offline
    einarth
    wrote on last edited by
    #1

    Hey

    We're switching from using GCC/GDB in our project to MSVC 2013/CDB but would still like to use Qt Creator as the IDE. One of the last remaining issues is that we have a few debug helpers written in Python for Gdb for some really opaque internal datastructures and we absolutely need a version of that we can use with CDB, which I understand would have to be written in C++ and compiled into a .dll

    I've googled quite a bit and search this forum, but haven't found a good starting point for how to tackle this.
    Can anyone here please point me to examples or tutorials or just something that could put me on a path on how to accomplish this?

    Cheers.

    1 Reply Last reply
    0
    • B Offline
      B Offline
      BenjaminR
      wrote on last edited by
      #2

      Hi,

      did you figure out how to solve the problem of how to create a "Debugging Helper" for CDB?
      In the Locals and Expressions window, added arrays only display up to 100 elements.
      If the array is bigger, each required element has to be added manually.

      for exampl arr[130]

      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