如何在第三方dll中设置函数断点

How to set a Function Breakpoint in thirdparty dll

我想在 属性 of Microsoft.Practices.EnterpriseLibrary.Logging.Logger.Writer.TraceSources

中设置断点

我尝试 VS2010 > 调试 > 新断点 > 在函数处中断:

函数:

断点未命中...有什么帮助吗?¿

(后台问题是我丢了TraceSources,无法登录windows事件日志)

您可以使用 .NET Reflector Visual Studio 扩展,可从 https://visualstudiogallery.msdn.microsoft.com/95789cdb-08f9-4dae-9b2f-fc45a452ad77/

下载