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. Debugging & breakpoint
Forum Updated to NodeBB v4.3 + New Features

Debugging & breakpoint

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 2 Posters 1.6k 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.
  • P Offline
    P Offline
    pushpa416
    wrote on last edited by
    #1

    hi,

    I am new to Qt Creator

    I set up a break point and running in debugger mode, the debugger mode doesn't stop at set breakpoint,
    also when I use stepover ,it's taking me to the assembly files. but I don't want to stepover backside, I want to stepover inside my main program (single stepping).

    I went through few materials still I couldn't be able to fix it.

    could someone suggest me how could I set up a breakpoint in the .cpp and signle step it each time

    Thanks in advance

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Maybe you are compiling in Release mode? New versions of Qt Creator usually warn when you do this.

      Can you share any more details? OS, Qt version, Qt Creator version, the compiler in use, the debugger set in preferences?

      (Z(:^

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

        I am using Qt5.2.1 on windows machine with Mingw compiler

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Are you sure the code path where you set the breakpoint is actually reached by your application?

          (Z(:^

          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