Debugging unmanged code (C++) from a managed project (C#)

  • Thread starter Thread starter Ed Debrot
  • Start date Start date
E

Ed Debrot

I have a strong suspicion (I couldn't do it!) that you cannot run the
emulation debugger and step thru unmanaged code (C++ dll) for a managed
project (C#). I have tried this successfully in Win32 but when I go into
Project Pages->Configuration Properties->Debugging, Enable Unmanaged
Debugging is grayed out and I can't make it True (which is what I had to do
in Win32 to make it work).

Tell me this isn't so!

Is it so?
 
Back
Top