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. GDB extremely slow (on startup) after update

GDB extremely slow (on startup) after update

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 116 Views
  • 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.
  • G Offline
    G Offline
    gde23
    wrote on 25 Feb 2025, 09:59 last edited by gde23
    #1

    Hello,
    I did a system update and now when I want to debug into a breakpoint it takes up to > 60seconds until the debugger shows the locals, and allow to step further.
    After the first waiting time the further debugging works normal (no unusual delays here). I didn't change any settings, but I did a system update which also updated QtCreator. In the GDB settings, I've turned the Symbol Cache on/off that does not seem to change a lot.
    Any Ideas on how to resolve this?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JonB
      wrote on 25 Feb 2025, 10:04 last edited by
      #2

      Have you removed/ensured there are no existing breakpoints left over from before?
      Did you do a "clean" and complete rebuild?
      Sounds like it is doing some kind of "search" for something first time. Try running it under gdb directly outside of Creator? You might try running strace gdb to see what it seems to be doing during the delay?

      1 Reply Last reply
      0

      2/2

      25 Feb 2025, 10:04

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved