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. QtCreator 11 and 12 rc1 tooo slow debugging
Qt 6.11 is out! See what's new in the release blog

QtCreator 11 and 12 rc1 tooo slow debugging

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 1.2k 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.
  • R Offline
    R Offline
    RahibeMeryem
    wrote on last edited by
    #1

    We tired of the try debug any of our projects. Sometimes Debuggind frezing not starting... or starting after 10-15 min and sloooow.

    Cant solve the issue and find similar complains ..

    Is there any real solution ? or which version we need to go back to our happy and easy life?

    R 1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • R RahibeMeryem

      We tired of the try debug any of our projects. Sometimes Debuggind frezing not starting... or starting after 10-15 min and sloooow.

      Cant solve the issue and find similar complains ..

      Is there any real solution ? or which version we need to go back to our happy and easy life?

      R Offline
      R Offline
      RahibeMeryem
      wrote on last edited by RahibeMeryem
      #2

      @RahibeMeryem

      sandmeteor 15 Jan 2022, 23:51
      I had this same issue over a two year on both, Windows and Linux systems.
      After lots of digging my solution is:

      Linux :
      1 Locate default.qws file and delete it (or make backup)

      /home/user/.config/QtProject/qtcreator/default.qws
      2 Select option:

      Tools > Options > Debugger > GDB > Use automatic symbol cache.

      this is solved my problem.

      EDIT:

      NOT SOLVED Again debugger crashing...

      1 Reply Last reply
      0
      • R RahibeMeryem referenced this topic on
      • S Offline
        S Offline
        SimonSchroeder
        wrote on last edited by
        #3

        Using QtCreator on Windows for Debugging is slow. Someone found some Python script with info for std::vector debugging to be the culprit. Not sure if it is fixed by now. For larger projects I just use qmake to create a VS project and directly debug in VS. This works best on Windows. (CMake projects can directly be opened in VS.)

        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