Re: Debug unmanaged C++ from C# in Visual Studio - how?
- From: "Gary G. Little" <gary.g.little@xxxxxxxxxxx>
- Date: Fri, 20 Jun 2008 11:01:24 -0500
Did you build the C++ as debug with symbols?
--
The personal opinion of
Gary G. Little
"Axel Dahmen" <keentoknow@xxxxxxxxxxxxxxxx> wrote in message
news:F39ED752-DE16-496B-99CC-C80CF8A3F1C8@xxxxxxxxxxxxxxxx
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 unfortunately 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
.
- References:
- Debug unmanaged C++ from C# in Visual Studio - how?
- From: Axel Dahmen
- Debug unmanaged C++ from C# in Visual Studio - how?
- Prev by Date: .NET Reference issue
- Next by Date: RE: System.Security.Permissions.EnvironmentPermission
- Previous by thread: Debug unmanaged C++ from C# in Visual Studio - how?
- Next by thread: Re: Debug unmanaged C++ from C# in Visual Studio - how?
- Index(es):
Relevant Pages
|
Loading