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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top