Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Strange error message from QtCreator
Forum Updated to NodeBB v4.3 + New Features

Strange error message from QtCreator

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 2.5k 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.
  • B Offline
    B Offline
    broadpeak
    wrote on last edited by
    #1

    My environment:
    Windows7
    Qt 4.8.3
    QtCreator 2.5.2

    My project is QWidget based (not QML)

    Before I'm debugging my project, I always get this message:


    Debugging Helper Missing

    The debugger could not load the debugging helper library.

    The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each used Qt version separately. In the Qt Creator Build and Run preferences page, select a Qt version, expand the Details section and click Build All.

    Continue Anyway Open Qt Options Turn off Helper Usage Hide Details...

    I've tried to do this, but in "Details" section I have only disabled buttons (for QML)...
    What can I do with this message?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      gayu
      wrote on last edited by
      #2

      For debugger helper working under windows

      Tools->Options->Debugger->Cdb (click under the link "Debugging Tools for Windows") and Install the debugger tools

      • Tools->Options->Debugger->Cdb->autodetect
      • Tools->Options->Debugger->Debugger helper-> Debug Debugger helper
        Will it help for you
      1 Reply Last reply
      0
      • B Offline
        B Offline
        broadpeak
        wrote on last edited by
        #3

        [quote author="gayu" date="1353496209"]
        Tools->Options->Debugger->Cdb (click under the link "Debugging Tools for Windows") and Install the debugger tools

        • Tools->Options->Debugger->Cdb->autodetect
        • Tools->Options->Debugger->Debugger helper-> Debug Debugger helper
          Will it help for you[/quote]

        Thnx, but I see under CDB tab nothing what is "Install the debugger tools" and I can't see the "click under the link "Debugging Tools for Windows" too...

        1 Reply Last reply
        0
        • G Offline
          G Offline
          gayu
          wrote on last edited by
          #4

          Hope so the link will be helpful for you
          http://doc.qt.digia.com/qtcreator-snapshot/creator-debugger-engines.html

          1 Reply Last reply
          0
          • B Offline
            B Offline
            broadpeak
            wrote on last edited by
            #5

            [quote author="gayu" date="1353498871"]Hope so the link will be helpful for you
            http://doc.qt.digia.com/qtcreator-snapshot/creator-debugger-engines.html[/quote]

            I've done what I'd read here, but this not solved my problem...

            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