Click here to Skip to main content
15,885,842 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi friends,

I created a sample dll using VC++ and referenced the dll in to my C# application.
Application works fine as expected.

What i want to know is, I want to debug the referenced dll through my C# application.

Is it possible? then how?
If it is impossible, please give me the reason.

Thanks in advance.
Posted
Comments
venkat karthick 16-Apr-13 8:15am    
i heard it's possible with the help of .pdb

1 solution

http://stackoverflow.com/questions/765481/how-to-step-into-c-c-dll-from-c-sharp-application-while-debugging[^]

I believe the solution mentioned in the above mentioned url is little bit not precise, so i'll explain what i've done to make it work

I checked Unmanaged Code Debugging check box available in View --> property pages --> Debug
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900