Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. breakpoint
    Log in to post

    • SOLVED Error when trying to set a breakpoint
      Tools • qtcreator breakpoint remote debuggin • • gfleck  

      3
      0
      Votes
      3
      Posts
      107
      Views

      It was my fault, the right .pro syntax is: QMAKE_CFLAGS_DEBUG += -Wno-cpp QMAKE_CXXFLAGS_DEBUG += -Wno-cpp The precedent syntax removes the -g gcc option from Makefile.
    • UNSOLVED Multiple views when hitting breakpoints
      Tools • breakpoint qt creator 3.5 • • JoeA.B  

      2
      0
      Votes
      2
      Posts
      63
      Views

      @JoeA-B Hi and welcome to devnet forum @JoeA-B said in Multiple views when hitting breakpoints: I have configured two file views and set a breakpoint. When a breakpoint is hit on a visible file, the file is opened on the other view. This behavior interferes with my work, especially when trying to set breakpoints on multiple files. Can this behavior be configured? AFAIK no, that cannot be configured. You can check for the featurein the bugreport tool if there is already a request placed. If not, you may add one. Also the creator version you are using is pretty old. We are already at version 4.10 for Qt creator. Therefore, you miss out quite a number of features.
    • UNSOLVED Unable to use Data Breakpoints
      Mobile and Embedded • debugger segfault gdb breakpoint • • mtangy  

      1
      0
      Votes
      1
      Posts
      324
      Views

      No one has replied

    • UNSOLVED QDialog blankly freezes unless I set a breakpoint in the code, break and continue.
      General and Desktop • qdialog debugging freeze breakpoint blank • • enjoysmath  

      2
      0
      Votes
      2
      Posts
      287
      Views

      Hi, Why are you mixing both like that ?
    • UNSOLVED Breakpoint with hourglass
      Tools • breakpoint qtcreator 4.5.1 hourglass • • Giox79  

      11
      0
      Votes
      11
      Posts
      2773
      Views

      @aha_1980 Thank you I forgot to link le bug that I submitted. Thank you again Have a nice day Gio
    • Regression: Updated to Qt 5.5.1 and QtCreator 3.5.1 today, breakpoints no longer work
      General and Desktop • qtcreator osx debugging mac os x breakpoint • • philipp  

      1
      0
      Votes
      1
      Posts
      792
      Views

      No one has replied

    • Qt Creator not stopping at breakpoints
      Tools • debugger breakpoint • • kitfox  

      4
      0
      Votes
      4
      Posts
      1277
      Views

      Then, double check to ensure you did also install the debugger. It's not part of the Visual Studio installation. [edit: added missing part]
    • Qt Debugger for Android ignores breakpoints
      Mobile and Embedded • android qt creator mobile debugger 5.5 breakpoint • • jimbo202  

      5
      0
      Votes
      5
      Posts
      2495
      Views

      added them in rebult and ran qmake, then attempted it again. Breakpoints are still being ignored.