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. CDB very slow under some conditions
Forum Updated to NodeBB v4.3 + New Features

CDB very slow under some conditions

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 773 Views 3 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.
  • Andy314A Offline
    Andy314A Offline
    Andy314
    wrote on last edited by Andy314
    #1

    Hello,
    I take the MSVC2012-32 compiler and debug with the QtCreator.

    When I drop a local variable onto the "Locals and Expression" panel the stepping from line to line take about 30 seconds to minutes.
    In the Taskmanager I see that "Symbolic Debugger for Windows (32-bit) uses 17% CPU for my 8-Core-System. This seem to be the reason !?
    What can I do ?

    Another effect, dropping a second variable to this panel during runtime changes nothing. Only a restart updates the panel. Is this a bug or a feature :-) ?

    kshegunovK 1 Reply Last reply
    0
    • Andy314A Andy314

      Hello,
      I take the MSVC2012-32 compiler and debug with the QtCreator.

      When I drop a local variable onto the "Locals and Expression" panel the stepping from line to line take about 30 seconds to minutes.
      In the Taskmanager I see that "Symbolic Debugger for Windows (32-bit) uses 17% CPU for my 8-Core-System. This seem to be the reason !?
      What can I do ?

      Another effect, dropping a second variable to this panel during runtime changes nothing. Only a restart updates the panel. Is this a bug or a feature :-) ?

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      @Andy314
      From my experience cdb sucks quite badly, so I don't think it's really a Qt/QtCreator problem. From what I can tell it crawls to a stop when a big object's fields have to be listed, but unfortunately I don't know any workarounds for it.

      Another effect, dropping a second variable to this panel during runtime changes nothing.

      Probably the debugger simply hangs and the panel is not updated at all, but I'm speculating here.

      Read and abide by the Qt Code of Conduct

      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