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. Qt Creator Saving Modules For Debugger Speedup

Qt Creator Saving Modules For Debugger Speedup

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 97 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.
  • D Offline
    D Offline
    daviddev
    wrote on last edited by
    #1

    Whenever I load the debugger, Qt Creator individually loads a number of modules. The debugger log shows for every single module

    [CDB] *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Windows\SYSTEM32\wldp.dll - 
    
     Module loaded: C:\Windows\SYSTEM32\wldp.dll
    
     [CDB] *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Windows\SYSTEM32\drvstore.dll - 
    
     Module loaded: C:\Windows\SYSTEM32\drvstore.dll
    
     [CDB] *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Windows\System32\imagehlp.dll -
    

    Is there a way to have all of these modules preloaded so that each debug iteration can start up much faster? I'm using MSVC 2022, Qt Creator 17.0.1 on Windows 10 with Qt 6.9.3.

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

    • Login

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