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

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

    You can't do this in a very fine grained fashion but you can disable automatic symbol loading and then manually choose the symbols to load via the Modules window (Debug -> Windows -> Modules).

    To Disable Automatic Symbol loading

    • Tools -> Options -> Debugging -> Symbols
    • Check "Search the above locations only when symbols are loaded manually"

提交回复
热议问题