Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Debuging C++ in QT Creator
Forum Updated to NodeBB v4.3 + New Features

Debuging C++ in QT Creator

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 1.9k 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.
  • B Offline
    B Offline
    BorisMonth
    wrote on last edited by
    #1

    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
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0
      • D Offline
        D Offline
        Duck
        wrote on last edited by
        #3

        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
        0

        • Login

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