Is it possible to actually debug 3rd party code using the source decompiled with dotPeek?

那年仲夏 提交于 2019-12-09 02:49:26

问题


I use VS2012.

I know how to debug the 3rd party code using the .NET Reflector and always used it.

I was wondering whether this is possible with dotPeek from JetBrains or with R# itself without the dotPeek. I am able to navigate to the decompiled 3rd party code, but not step through it.

Any ideas?


回答1:


I see this question is still driving traffic to my blog, so I'll add an answer: yes, debugging 3rd-party assemblies is now possible with the JetBrains dotPeek decompiler (completely free), by using it as a Symbol server.

In my blog post How to debug anything with Visual Studio and dotPeek, I detail exactly how to set it up and step into 3rd-party code with the debugger.




回答2:


Yes. dotPeek was released. See this post that explains how to do it in details.




回答3:


Debugging and symbols server are implemented in dotPeek since 1.2 version. This version is in Early Access now.
More info you can find here




回答4:


Unfortunately, not yet. But this is in JetBrains' near plans.



来源:https://stackoverflow.com/questions/16919559/is-it-possible-to-actually-debug-3rd-party-code-using-the-source-decompiled-with

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!