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. Annoying issue in console development
Forum Updated to NodeBB v4.3 + New Features

Annoying issue in console development

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.3k 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.
  • C Offline
    C Offline
    Christon
    wrote on last edited by
    #1

    Hi,
    I have a really annoying issue doing console development. When hitting F5(run in debug mode) the disassembler randomly pops in into play. Hitting F5 again and the program continues and runs as expected.

    I have even seen it with the default Qt Creator console stub.

    Could someone please advice howto get rid of the randomly uninvited Disassembler.

    Qt 5.3.0
    Qt Creator 3.1.1
    MinGW 482_32

    Thanks

    Thanks

    1 Reply Last reply
    0
    • IamSumitI Offline
      IamSumitI Offline
      IamSumit
      wrote on last edited by
      #2

      Hi.
      Have you checked out the shortcuts of Qt Creator
      Please do check.
      "ShortCuts":http://qt-project.org/doc/qtcreator-2.6/creator-keyboard-shortcuts.html

      Hope this helps.

      Be Cute

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Christon
        wrote on last edited by
        #3

        Thanks for your answer - But it has nothing to do with the keypress, the disassembler randomly pops in, even when clicking on the play(debug) button.

        1 Reply Last reply
        0
        • JeroentjehomeJ Offline
          JeroentjehomeJ Offline
          Jeroentjehome
          wrote on last edited by
          #4

          Hi,
          You might have a 'hidden' breakpoint in your code! Check out the breakpoint window and delete them all. That will fix it.
          Breakpoint may get out of sync with your code (or a breakpoint is misplaced in your code).

          Greetz, Jeroen

          1 Reply Last reply
          0
          • C Offline
            C Offline
            Christon
            wrote on last edited by
            #5

            Unfortunate not! - Thanks anyway

            Disassembler dump:
            @
            Function: ntdll!DbgUserBreakPoint
            0x77690008 int3
            0x77690009 <+0x0001> nop
            0x7769000a <+0x0002> ret
            0x7769000b <+0x0003> nop
            Function: ntdll!DbgBreakPoint
            0x7769000c int3
            0x7769000d <+0x0001> ret <---STOPS HERE
            0x7769000e <+0x0002> nop
            0x7769000f <+0x0003> nop
            0x77690010 <+0x0004> mov 0x4(%esp),

            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