Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    [Moved] Qt creator and GDB

    Tools
    2
    4
    2111
    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.
    • S
      srinathgs last edited by

      Hi, I'm fairly new to Qt creator and I want to use Qt Creator for developing a normal C++ file without using Qt libraries. Just yesterday I cleared the issue of importing a c++ project into Qt Creator using 'makefile'. When trying to debug, I get the following error in the "Application output" window
      Debugging starts
      &"warning: GDB: Failed to set controlling terminal: Invalid argument\n"
      <my program's result>
      Debugging has finished.

      Further the debugger log can be found at the following link
      http://pastebin.com/4yVYaX0e

      I currently have Ubuntu 11.10 and Qt Creator 2.3.1.

      1 Reply Last reply Reply Quote 0
      • T
        tobias.hunger last edited by

        All is well, your program has quit normally.

        1 Reply Last reply Reply Quote 0
        • S
          srinathgs last edited by

          Tobias Hunger: Why am I not able to go to the debug mode?

          1 Reply Last reply Reply Quote 0
          • T
            tobias.hunger last edited by

            You went into debug mode and straight out of it again:-) Debugging is done once the application finishes.

            Try setting a breakpoint somewhere.

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