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

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

    From Visual Studio 2010 onwards, you can go to:

    Tools -> Options -> Debugging -> Symbols -> Specify excluded modules
    

    and enter the list of the dlls which take too long to load. I use the full path, given by the Output Window; maybe it accepts wildcards or simple file names.

提交回复
热议问题