Qt Creator Saving Modules For Debugger Speedup
-
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.
-
C Christian Ehrlicher moved this topic from General and Desktop on