Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved]Unable to Debug I need HELP!
Forum Updated to NodeBB v4.3 + New Features

[Solved]Unable to Debug I need HELP!

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.3k 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
    eric.eva
    wrote on last edited by
    #1

    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
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      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
      0
      • E Offline
        E Offline
        eric.eva
        wrote on last edited by
        #3

        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
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

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

          (Z(:^

          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