I am very new to the Web technology. So incase I am not able to mentioned something correctly please pardon me and can ask me again. I have an application which is developed in NetCobol for .net environment. In this application I am calling a DLL which is for unmanaged code (Netcobol windows version). I am able to set up breakpoint into Managed code (Netcobol for .net) but don't know how to setup breakpoints to unmanaged code DLL (Netcobol for Windows) being called. Since when I am debugging the code getting issue with DLL code. So want to put some breakpoints in DLL unmanaged code. So that I would able to identify the location of the issue coming from. Can anyone help me in this regards. Regards MainframeToWeb
I have .PDB file of unmanaged code and the same placed in bin/debug folder where I kept the DLL file too