Windby loadby sos clr 不执行任何操作
我正在尝试调试 64 位 .NET 4.5.2 应用程序,但在加载 sos 扩展时遇到问题。我的正常做法是打开 x64 WinDbg 可执行文件,输入 .loadby sos clr
并继续处理我的业务。今天,当我在 WinDbg 中输入该内容时,它只是盯着我看,什么也没做。使用库中的任何扩展都会出现“未找到导出”的错误消息。大约一个月前,我在同一台机器上做了这个,效果很好。我的符号是 srv*https://msdl.microsoft.com/download/symbols
,这是相当标准的费用。
然后我尝试使用 .load C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SOS.dll
直接加载 SOS (该文件存在,顺便说一句),它也什么也不做。
我怀疑我的公司屏蔽了某些东西,但我不知道它是什么或从哪里开始。
I'm trying to debug a 64bit .NET 4.5.2 application and am having trouble loading the sos extension. My normal deal is to open up the x64 WinDbg executable, type in .loadby sos clr
and go on about my business. Today, when I type that into WinDbg, it just stares at me and does nothing. Using any extension from the library gives an error message of "No export found". I did this about a month ago on the same machine and it worked fine. My symbols are srv*https://msdl.microsoft.com/download/symbols
, which is pretty standard fare.
I then tried to load SOS directly using .load C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SOS.dll
(the file exists, btw), and it also does nothing.
I suspect my company has blocked something, but I have no idea what it is or where to start.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论