Hi,
I want to debug a C dll that is being called by my C# code. I want to put break points in the function that C# calls. once i run the code in c# it does not step into the c code that i expect it to step into. i have followed the following steps:
1) in c# i have set the option of enabled unmanaged code debugging
2) i the c dll codes properties, under debug i have mentioned the .exe of the c# code that will call it also i have mentioned the arguments that it will pass.
is there anything else that i need to do? am i missing out something?
I want to debug a C dll that is being called by my C# code. I want to put break points in the function that C# calls. once i run the code in c# it does not step into the c code that i expect it to step into. i have followed the following steps:
1) in c# i have set the option of enabled unmanaged code debugging
2) i the c dll codes properties, under debug i have mentioned the .exe of the c# code that will call it also i have mentioned the arguments that it will pass.
is there anything else that i need to do? am i missing out something?
Comment