WinDbg和sos - 无法找到模块'clr' [英] WinDbg and sos - Unable to find module 'clr'

查看:639
本文介绍了WinDbg和sos - 无法找到模块'clr'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。


我尝试调试dot net application 使用WinDbg。


首先我执行此操作:" .load C:\ Windows \ Microsoftoft.NET\Framework64 \v4.0.30319\sos.dll" - 一切正常。


其次我做:"。 loadby sos clr"我得到 - "无法找到模块'clr'"


我错了什么?


谢谢。

解决方案

试试这个


:0:000> .cordll -I mscorwks.dll -N -ve 


之后,只需重新加载你想要使用的扩展程序即可。你应该没问题。


Hello everyone.

I try to debug dot net application with the WinDbg.

Firstly i do this: ".load C:\Windows\Microsoft.NET\Framework64\v4.0.30319\sos.dll" - everything is ok.

Secondly i do: ".loadby sos clr" and i get - "Unable to find module 'clr'"

What do i wrong?

Thanks.

解决方案

Try this

:0:000> .cordll -I mscorwks.dll -N -ve

After that, simply reload the extension you want to use and you should be fine.


这篇关于WinDbg和sos - 无法找到模块'clr'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆