Hi,
I have a dll and a C# application that uses that dll. My problem is that I want to debug my dll, and can't managae to do so.
For example - my application calls a function called open() which is defined in the dll, and I want to debug the open() function, but it won't let me...
By the way, I have a reference to the dll in the project, and also I tried putting a breakpoint inside the open() function...
How can I debug this function?
Thanks
I have a dll and a C# application that uses that dll. My problem is that I want to debug my dll, and can't managae to do so.
For example - my application calls a function called open() which is defined in the dll, and I want to debug the open() function, but it won't let me...
By the way, I have a reference to the dll in the project, and also I tried putting a breakpoint inside the open() function...
How can I debug this function?
Thanks