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 horribly slow Qt-Creator 3.1.2, mingw64 with gcc 4.9.1 on windows
Forum Updated to NodeBB v4.3 + New Features

Debugging horribly slow Qt-Creator 3.1.2, mingw64 with gcc 4.9.1 on windows

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 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.
  • J Offline
    J Offline
    jcoder187
    wrote on last edited by
    #1

    In general, any break-point set before debugging starts is hit in a timely manner, however if i try to step past that break point to the next line, in particular on any construction or member function of a class in libstdc++6, debugging takes an extremely long time to get to the next line, from within creator. If I launch gdb at the command line, set it to pretty print, then step through my code, gdb executes extremely fast, with no issues what so ever. I have Python 3.4.1 installed and AFIK both creator and gdb are using that version of python. To me, it seems that there is some kind of communication problem between gdb and qt-creator, as creator times out from time to time waiting on gdb to respond. Anyone have a resolution for this issue?

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

      If that's a non-Qt-type a possible reason is Qt Creator's pretty printing trying too hard to extract QObject names from types that aren't QObjects but look similar. You could try 3.2 beta which should fix that particular problem.

      If that doesn't help, consider opening a bug report at bugreports.qt-project.org and attach the debugger log (contents of right pane of Window->Views->Debugger Log) there.

      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