How to step into C/C++ DLL from C# application while debugging

前端 未结 2 1448
一生所求
一生所求 2020-12-10 01:03

I have two project in my solution: C/C++ Win32 DLL and some C# application.

What I have to do to be able to step into DLL while debugging?

I switched on all

相关标签:
2条回答
  • 2020-12-10 01:21

    Have you turned on Enable Unmanaged Code Debugging in your C# project?

    0 讨论(0)
  • 2020-12-10 01:35

    If you are attaching a debugger through Debug > Attach To Process, before clicking "Attach" in the "Attach to Process" dialog, make sure to select the appropriate code type to which the debugger can be attached.

    0 讨论(0)
提交回复
热议问题