开发者

Mixed mode debugging with Resharper on x64?

I have an .NET 4.0 application thats mostly in C#. It's got a managed C++ DLL that makes use of an unmanaged library. I'd like to debug the library from within ReSharper, but I'm on x64. If I use nunit and attach the debugger to the runni开发者_JS百科ng nunit process everything works fine

is there any way to do what I need?


Actually there IS an issue with resharper here. We can debug in nunit, mstest and if we spin up out application and attach with a debugger. But basically no matter what you do you will NEVER get a breakpoint to hit in Resharper. And there is no error it just bypasses everything in the unmanaged code. There is at this point in time no solution that I can find that allows mixed mode debugging with resharper. Our organization struggled with this for several weeks. We eventually abandoned resharper for debugging in favor of plain mstest.

see the following: http://devnet.jetbrains.net/thread/290349

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜