need help reagarding Debug

K

kiran

Hi
I wrote a Cshartp windows applicaiton which will use Win 32 dll by platform
invoke. I want to debug the C# application when ever it is calling unmanaged
functions i want to step into the function and debug the unamnaged code. I
have the Win32 dll source code How can I step into the unmanaged code(win
32 project) from C# application..?
 
J

Johann Blake

Kiran,

In the properties dialog for your project, make sure to enabled
debugging of unmanaged code. The DLL and the pdb file for the DLL
(assuming it was written in Visual Studio) must be in the same path as
your C# executable.

Best Regards
Johann Blake
 

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

Top