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 Update on Monday, May 27th 2025

[Solved]Unable to Debug I need HELP!

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.3k Views
  • 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 24 Apr 2013, 14:14 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
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 24 Apr 2013, 14:35 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 24 Apr 2013, 15:28 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
        • S Offline
          S Offline
          sierdzio
          Moderators
          wrote on 24 Apr 2013, 15:39 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

          1/4

          24 Apr 2013, 14:14

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved