Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    [Solved]Unable to Debug I need HELP!

    Installation and Deployment
    2
    4
    1150
    Loading More Posts
    • 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
      eric.eva last edited by

      I can't debug my program. I can not even click the Debug button. My OS is ubuntun 12.10 and Qt Version is Qt 4.8.3.

      I have checked my Tool Chain. There is no GDB. As I been learned from this website I should Build GDB first.

      (How to build GDB?? http://qt-project.org/wiki/QtCreatorBuildGdb#7ccf4668759a727917c659ab69745126).

      So here is the problem, I been told that i should Go to qt-creator/dist/gdb first. But there is no such "dist" directory

      So what should i do??

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        Run those 2 commands:
        @
        sudo apt-get install build-essential
        sudo apt-get build-dep qt4-qmake
        @

        Then check kits again in Qt Creator: everything should be there. No need to build GDB unless you need some bleeding-edge stuff.

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • E
          eric.eva last edited by

          It works! Thanks for your reply. Problem has been solved
          /////////////////////////////////////////////////////////////////////////////////////////////
          [quote author="sierdzio" date="1366814116"]Run those 2 commands:
          @
          sudo apt-get install build-essential
          sudo apt-get build-dep qt4-qmake
          @

          Then check kits again in Qt Creator: everything should be there. No need to build GDB unless you need some bleeding-edge stuff.[/quote]

          1 Reply Last reply Reply Quote 0
          • sierdzio
            sierdzio Moderators last edited by

            Cool. Please add "[Solved]" to you're topic's title (you need to edit your first post).

            (Z(:^

            1 Reply Last reply Reply Quote 0
            • First post
              Last post