Qt Forum

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

    Debuging C++ in QT Creator

    Tools
    3
    3
    1683
    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.
    • B
      BorisMonth last edited by

      Hallo.
      I used Google and the search function in this forum but I didn't find what I was locking for.

      I was wondering if it is possible to see which value a function returns at a specific point in the program. Is there a way to see this?

      Furthermore would like to ask if there are some more detailed manuals on QT Creator since this one:
      http://doc.qt.nokia.com/qtcreator-2.4/index.html
      Doesn't really give enough information for a newbie like me. Since I would like to use QT Creator as an IDE for my C++ projects it would be good to have a manual explaining all the functions of the IDE and especially the ones of the Debugger to me.

      So if you know some good tutorials or Documentations on the IDE please post them here.
      Thank you, Boris

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

        You can see the return values when stepping out of a method.

        1 Reply Last reply Reply Quote 0
        • D
          Duck last edited by

          Press Shift-F11 to run until a function exits. The return value will show up in a separate section in the "Locals and Expressions" view.

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