Hey, I'm trying to switch from to WinDbg for debugging but symbols load significantly slower then in VS or RemedyBG.
In VS symbols load instantaneously while running debugged process at the same time nonetheless.
Remedy seems to be loading them before process starts so there is a bit of a wait but still fast enough.
In WinDbg it takes half a second per pdb.
I'm working with Unreal Engine, there is over 600 modules that need to be loaded. With VS it loads all symbols in time it takes WinDbg to load 3 symbols.
I don't use symbol server(common problem is people not setting up local cache). My sympath is just path to the UE binaries folder.
!sym noisy doesn't show any problems, searches in correct path, loads correct pdbs. It just takes ages.
Can I do anything to speed up symbol loading? Is there something missing in my setup?
Asked on
MSDN forums but didn't get useful answer yet. Asking here as that's where I got the idea for switch.