Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Do we have any line by line debugger in qt to watch how control works

Do we have any line by line debugger in qt to watch how control works

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 956 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.
  • P Offline
    P Offline
    Phani Madhavi
    wrote on last edited by
    #1

    pls help me

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arsinte_andrei
      wrote on last edited by
      #2

      yes is possible. right click on the source code editor where is the line number and set a BreackPoint starting from where you want to do the debugging. from there play with F10 - step Over, F11 - step Into and Shift F11 - step out

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Phani Madhavi
        wrote on last edited by
        #3

        when i was trying to do that it is entering into disassembler(QGraphicsSceneMouseEvent::)...

        1 Reply Last reply
        0
        • A Offline
          A Offline
          arsinte_andrei
          wrote on last edited by
          #4

          depending what are you doing. step in - in entering into that function, step out is getting you out, and step over is going to the next line of coder

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andreyc
            wrote on last edited by
            #5

            I'm not sure if Qt installs binaries with debug info.
            Most probably you need to build Qt with debug info and then you will be able to step through Qt C++ source code.

            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