how to setup a breakpoints in DLL of unmanaged code developed in netcobol windows version

37 Views Asked by At

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

1

There are 1 best solutions below

3
On

I can't post a comment cause I haven't enough rep to do it, so I put my comment as an answer. Maybe it'll help.

Did you try to step into using debug? If you have a .pdb file of the unmanaged library in the app deployment folder then VS/Rider probably should allow you to debug it using 'step into'