【问题标题】:How to set a Function Breakpoint in thirdparty dll如何在第三方 dll 中设置函数断点
【发布时间】:2017-03-17 06:14:14
【问题描述】:

我想在 Microsoft.Practices.EnterpriseLibrary.Logging.Logger.Writer.TraceSources 的 get 属性中设置断点

我试试 VS2010 > Debug > New Breakpoint > Break at Function:

功能:

  • Microsoft.Practices.EnterpriseLibrary.Logging.Logger.Writer.TraceSources
  • Microsoft.Practices.EnterpriseLibrary.Logging.Logger.Writer.get_TraceSources
  • Microsoft.Practices.EnterpriseLibrary.Logging.Logger.Writer.get_TraceSources()

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

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

【问题讨论】:

    标签: c# .net debugging logging enterprise-library


    【解决方案1】:

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

    【讨论】:

    • 谢谢!我可以使用 .NET Reflector 成功调试。
    猜你喜欢
    • 2010-09-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-08-29
    • 2011-12-03
    • 1970-01-01
    相关资源
    最近更新 更多