Axel Dahmen
2008-06-17 16:08:01 UTC
Hi,
I've created a solution consisting of an unmanaged C++ dll and a C# WinForms
application.
A class in the WinForms application is supposed to call two functions from
my dll (using DllImportAttribute).
Now I want to debug into the dll code, but I can't set any breakpoint in my
C++ code. The debugger just jumps over my C# calls (like pressing F10 instead
of F11).
What do I need to do to be able to debug into my C++ code?
Any help is appreciated.
Axel Dahmen
I've created a solution consisting of an unmanaged C++ dll and a C# WinForms
application.
A class in the WinForms application is supposed to call two functions from
my dll (using DllImportAttribute).
Now I want to debug into the dll code, but I can't set any breakpoint in my
C++ code. The debugger just jumps over my C# calls (like pressing F10 instead
of F11).
What do I need to do to be able to debug into my C++ code?
Any help is appreciated.
Axel Dahmen