最近在用Process Exploer时,在看进程的thread时,它经常提示The Version of DbgHelp.dll configured does not support microsoft symbol server的对话框,然后提示你去下载Windows debugging tools。我之前就装过Windows debugging tools,而且是最新的,为什么还会提示这个呢?我就到搜索所有的DbgHelp.dll,发现很多程序里面都有这个dll,例如vs,baidu hi,sql server,ue等,这些程序的版本都不一样,最新的是Windows debugging tools里面的,为6.3.17,我将这个dll放到Process Exploer当前目录,它还是报这个错,难道它是通过自己加载的dll。经过到网上查找,总算知道了原因,我找到的网页是http://blogs.msdn.com/vijaysk/archive/2009/04/02/getting-better-stack-traces-in-process-monitor-process-explorer.aspx。原来Process Exploer是根据Options-》Configure Symbols找的DbgHelp.dll,将路径该为Windows debugging tools里面的那个DbgHelp.dll就可以了。
Process Exploer提示The Version of DbgHelp.dll configured…
最新推荐文章于 2024-09-11 14:17:28 发布