且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

需要从c#或VB项目调试vc ++引用的dll

更新时间:2022-10-16 12:11:07

http: //***.com/questions/765481/how-to-step-into-cc-dll-from-c-sharp-application-while-debugging [ ^ ]



我相信上面提到的网址中提到的解决方案有点不精确,所以我会解释我做了什么让它工作



我选中了View中的非托管代码调试复选框 - >财产页面 - >调试

Hi friends,

I created a sample dll using VC++ and referenced the dll in to my C# application.
Application works fine as expected.

What i want to know is, I want to debug the referenced dll through my C# application.

Is it possible? then how?
If it is impossible, please give me the reason.

Thanks in advance.

http://***.com/questions/765481/how-to-step-into-c-c-dll-from-c-sharp-application-while-debugging[^]

I believe the solution mentioned in the above mentioned url is little bit not precise, so i''ll explain what i''ve done to make it work

I checked Unmanaged Code Debugging check box available in View --> property pages --> Debug