Thread loading PDBs and fetching PDBs from the symbol server
Loading PDBs is incredibly slow especially when fetching from a remote symbol server. It should be possible to thread loading of the symbol files for all of the load time DLLs (i.e. those loaded before the first instruction executes). It would also be great when debugging minidumps (since all of the loaded DLLs are known ahead of time)
19
votes