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

前端 未结 8 1427
感动是毒
感动是毒 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:27

    Also check that you have no "_NT_SYMBOL_PATH" environment variable. If you have this var symbols will load regardless of VS settings.

提交回复
热议问题