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. Qt Creator Debugger Running Really Slow
Forum Updated to NodeBB v4.3 + New Features

Qt Creator Debugger Running Really Slow

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 4 Posters 13.1k 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
    rizoritis
    wrote on 25 Jun 2013, 17:55 last edited by A Former User 9 Feb 2016, 20:25
    #1

    Hello,

    When debugging it takes about 15 seconds to step from line to line of code, I'm not sure why it's running so slow. I read online something about the debugging symbols being loaded from the internet, but I assumed that they would be downloaded once to a cache and saved (and read from there). When checking the options and clicking on debugger and then the CDB tab I see under paths there is 1 symbol path and no source paths. The one symbol path reads:

    symsrvsymsrv.dllC:\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols

    According to the help/about menu, I'm running Qt Creator 2.7.0 Based on Qt 4.8.4 (32-bit). My machine is running Windows 7 64-bit version. If anyone can help that would be great...the speed of the debugger makes it impossible to use.

    Thanks

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jeroentjehome
      wrote on 25 Jun 2013, 18:33 last edited by
      #2

      Ah, the 64/32 bit Win7 debugger stuff.
      When running the 32 bit in QtCreator some guys suggest to use the 32 bit debugger of your CDB (Microsoft debugger tools) or otherwise the 64 bits debugger. Sorry, forgotten which one is which because the MinGw Qt came I out, I switched to that.
      Just check it out, but when installing the CDB you will get two folders, one for (you guessed it) 32 bits and an other for 64 bits.
      In QtCreator when you go to the projects->Options->Build and Run tab you can select the debugger you want for every kit available. Change the CDB engine into the other folder and you will probably have a smooth running debugger. If that doesn't work, switch to MinGw ;-)

      Greetz, Jeroen

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bonbinker
        wrote on 18 Oct 2013, 02:43 last edited by
        #3

        such as :
        symsrvsymsrv.dllD:\Temp\qtproject\qt-flash\debughttp://msdl.microsoft.com/download/symbols
        cache
        C:\Users\bonbinker\AppData\Local\Temp\symbolcache
        srv*http://msdl.microsoft.com/download/symbols

        don't use srv microsoft.com symbols

        change as
        symsrvsymsrv.dllD:\Temp\qtproject\qt-flash\debug
        cachecacheC:\Users\bonbinker\AppData\Local\Temp\symbolcache

        人生有多少年华
        人生有多少缅怀
        人生有多少不后悔
        我们沉沦,沉沦在茫茫的暮色
        沉沦在烦琐的人生

        1 Reply Last reply
        0
        • T Offline
          T Offline
          timman
          wrote on 1 Sept 2016, 14:04 last edited by
          #4

          In my case the problem was solved by switching to compiler from "Debugging Tools for Windows (x64)" directory.

          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