Hi all.
I'm trying to debug and application that has several dll and ocx files generated by me. I've created debug configurations for all of them and included in the correct path.
When I try to debug the application, by attaching the process to the debugger, an access violation error is thrown (that's what I'm trying to debug). The stack shows, appart from mshtml.dll, kernel.dll and so on, one of my dlls.
However, when I select it on the stack, I just can see the decompilated code. I've checked the path on the debugger and the dll with debug configuratin is being loaded.
I also see a console message: "Cannot load symbolic information of myLibrary".
Since I cannot even see the point where the error is being produced, I'm a little stuck. Maybe anyone could give me some hints:
1.- Why the dll code is not shown?
2.- Could be possible that, even being in the stack, the actual error is not producing there?
Thank you in advance.
Cheers,
Dian
I'm trying to debug and application that has several dll and ocx files generated by me. I've created debug configurations for all of them and included in the correct path.
When I try to debug the application, by attaching the process to the debugger, an access violation error is thrown (that's what I'm trying to debug). The stack shows, appart from mshtml.dll, kernel.dll and so on, one of my dlls.
However, when I select it on the stack, I just can see the decompilated code. I've checked the path on the debugger and the dll with debug configuratin is being loaded.
I also see a console message: "Cannot load symbolic information of myLibrary".
Since I cannot even see the point where the error is being produced, I'm a little stuck. Maybe anyone could give me some hints:
1.- Why the dll code is not shown?
2.- Could be possible that, even being in the stack, the actual error is not producing there?
Thank you in advance.
Cheers,
Dian