Windows Debugging Symbols - Not Loading

拟墨画扇 提交于 2019-12-05 07:46:00

The download links for the RTM or SP1 symbols are pretty much useless. After each patch day you will get a changed ntdll.dll or other central OS libraries. This will render your "old" pdbs useless. You need to download them therefore from the symbol servers to be sure that you are up to date.

But since not all dlls are changed you should set your Symbol server download cache to the same location where you have unpackaged your downloaded symbols.

Go to:

Tools - Options - Debugging - Symbols

and set the path for Cache symbols in this directory.

Load all symbols means that you do load all symbols for all modules that are loaded in your current process. But it will not dowload all symbols for all dlls that are used by Windows. If you do download Windbg you get a tool called symchk.exe which allows you to download the symbols for all binaries recursively.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!