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. Linux QtSDK && Debugging helper problem [Solved]
Forum Updated to NodeBB v4.3 + New Features

Linux QtSDK && Debugging helper problem [Solved]

Scheduled Pinned Locked Moved General and Desktop
11 Posts 3 Posters 8.6k 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.
  • L Offline
    L Offline
    luca
    wrote on last edited by
    #1

    Hi all,
    I'm using the last SDK in Linux and it works fine but I can't use the Debugger Helper.

    For example if I run the application in debug mode and put a break point after a QString initialization I can't see the QString content as string in the right of QtCreator.

    I didn't have this problem with previous SDK.

    I already enabled Debugger Helper.

    Should I enable something else?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      luca
      wrote on last edited by
      #2

      The same problem with Qt SDK 1.1.4 ...

      1 Reply Last reply
      0
      • L Offline
        L Offline
        luca
        wrote on last edited by
        #3

        Is someone using debug helper with Qt SDK 1.1.4 on Linux system?

        1 Reply Last reply
        0
        • L Offline
          L Offline
          luca
          wrote on last edited by
          #4

          Now I tried on Windows and debugger helper works fine...

          1 Reply Last reply
          0
          • L Offline
            L Offline
            luca
            wrote on last edited by
            #5

            I just reported a "bug":https://bugreports.qt.nokia.com/browse/QTSDK-1119 .

            1 Reply Last reply
            0
            • L Offline
              L Offline
              luca
              wrote on last edited by
              #6

              Here again.
              Now I installed the new QtCreator 2.4.0 and when I run in debug mode it tell me:

              "The debugger could not load the debugging helper library
              The debugging helper library was not found at /home/luca/QtSDK/Desktop/Qt/474/gcc//qtc-debugging-helper/, /home/luca/QtSDK/QtCreator/qtc-debugging-helper/188003839/, /home/luca/.local/share/data/Nokia/QtCreator/qtc-debugging-helper/188003839/."

              How can I install debugger helper?

              1 Reply Last reply
              0
              • G Offline
                G Offline
                goetz
                wrote on last edited by
                #7

                install it as always:
                Go to settings / Build and Execution / Qt Versions
                Select your Qt version and hit the respective build button

                The only thing that changed is the toplevel menu entry.

                http://www.catb.org/~esr/faqs/smart-questions.html

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  luca
                  wrote on last edited by
                  #8

                  I have the "Build" button disabled near "GDB Helper" .

                  Look what they "answered":https://bugreports.qt.nokia.com/browse/QTSDK-1119 me .

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    luca
                    wrote on last edited by
                    #9

                    Hjk told me to fetch a pre-build gdb from "ftp://ftp.qt.nokia.com/misc/gdb/7.2/":ftp://ftp.qt.nokia.com/misc/gdb/7.2/ .
                    Now I downloaded it but how can I use it? How can I tell QtCreator to use it?

                    1 Reply Last reply
                    0
                    • L Offline
                      L Offline
                      luca
                      wrote on last edited by
                      #10

                      Ok, don't hear to me. I solved this way:

                      I downloaded gdb from "ftp://ftp.qt.nokia.com/misc/gdb/7.2/qtcreator-gdb-7.2-i686.tar.gz":ftp://ftp.qt.nokia.com/misc/gdb/7.2/qtcreator-gdb-7.2-i686.tar.gz .
                      I extracted it in /home/luca/gdb .

                      Then in
                      QtCreator -> tools -> options -> Build & Run -> Tool Chains
                      I cloned the auto-detected tool-chain and added in the "Debugger" section:
                      "/home/luca/qtcreator-gdb-7.2-i686/gdb"

                      Now I have a working Debugger Helper....!!!

                      1 Reply Last reply
                      0
                      • C Offline
                        C Offline
                        Charlie_Hdz
                        wrote on last edited by
                        #11

                        The links dont work

                        Kind Regards,
                        Enrique Hernandez
                        gearstech.com.mx
                        chernandez@gearstech.com.mx

                        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