将 Debector 与 .NET Reflector 7 结合使用
我正在尝试将 Deblector 插件与 Reflector 7.1.0.143 一起使用。我尝试了其他预先存在的插件,但在我发现这篇文章之前,它们都不起作用:
http://forums.reflector.net/questions/217/baml-add-in
其中讨论了针对 .NET 3.5 和“任何 CPU”的情况。我为其他插件(例如 BamlViewer)执行了此操作,现在我可以将其与最新版本的 Reflector 一起使用。我用 Deblector 尝试了同样的事情(我从 http://deblector.codeplex.com/SourceControl 获得/list/changesets),但我收到通用插件无法加载消息。
我附加到 Reflector.exe 进程并在“EntryPoint”类构造函数和 IPackage.Load() 方法中设置断点,但是两个断点都没有命中(尽管调试符号已成功加载并且断点显示为活动状态)。
有人让 Deblector 可以与最新版本的 Reflector 配合使用吗?有任何用于分析 Reflector 添加加载失败的调试/诊断技巧吗?
谢谢, 诺特雷
I'm trying to use the Deblector addin with Reflector 7.1.0.143. I tried other pre-existing addins, and none of them worked until I discovered this post:
http://forums.reflector.net/questions/217/baml-add-in
where it talks about targetting .NET 3.5 and 'Any CPU'. I did this for other addins (e.g. BamlViewer) and I'm now able to use it with this latest version of Reflector. I tried the same thing with Deblector (which I got from http://deblector.codeplex.com/SourceControl/list/changesets) but I get the generic addin failed to load message.
I attached to the Reflector.exe process and set breakpoints in the 'EntryPoint' class' constructor and the IPackage.Load() method, but neither breakpoints are hit (although debug symbols are successfully loaded and breakpoints appear active).
Has anyone got Deblector to work with the latest version of Reflector? Any debugging/diagnostic tips for analyzing Reflector add in load failures?
Thanks,
Notre
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊,又好。
我已经在其他地方回答过这个问题, http://www.red-gate .com/messageboard/viewtopic.php?t=13596,但是答案分散在多个帖子中,因此,总结一下:
Ah, hello again.
I've answered this elsewhere, http://www.red-gate.com/messageboard/viewtopic.php?t=13596, however the answer is spread over several posts so, just to summarise: