debug native c++ under c#

  • Thread starter Thread starter Maor Mishkin
  • Start date Start date
M

Maor Mishkin

Hello All,
I have an application that is written in c#, this application calls a native
(not managed) c++ dll, the connection is good and the functions run great, I
have a problem entering the c++ code in debug mode (when trying to step into
to the code).
This could be a big problem for me, if I can't debug the combined code.
pls if you can tell me what do I need to do to make it work.
for mails: (e-mail address removed).
Thanks Maor.
 
have you turned on "unmanaged debugging" in your C# project properties?

(Configuration properties/Debugging/Debuggers)
 
Back
Top