Prevent Visual Studio from trying to load symbols for a particular DLL

前端 未结 8 1437
感动是毒
感动是毒 2020-12-23 16:10

I have Visual Studio 2005 set up to use Microsoft\'s symbol servers. I also have UltraMon installed, which injects a hook DLL into every process. Whenever I start debugging

8条回答
  •  情歌与酒
    2020-12-23 16:28

    Not only the _NT_SYMBOL_PATH can cause this behavior, but for me it was the _NT_ALT_SYMBOL_PATH environment variable that was causing the delays.

    (I believe I added this variable when experimenting with WinDbg)

提交回复
热议问题