Debbuging c# with managed c++

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Hi all,

My application running under co# and managed extensions for c++ ( managed
and unmanaged)
The call chain as follows: C# GUI -> Managed interface -> Unmanaged code
While debugging , I have problems to step into the unmanaged code. Some time
I can step into, some time I can't ( especially to virtual function.)
When I can't get inside I get a following massage : There is no code
available for current location.
In C# project I marked as "true" , Enable Unmanaged Debugging, in
configuration properties.

How can I solve that problem?
Best Regards
Alex
 
In yours C++ assemblies, have you tried to set the



Properties/Debugging/Debugger Type



according to these assemblies
 
Back
Top