I am having a problem when I try to test my fortran dll within the Visual Studio 2013 debugger. My exe calls the dll, and the dll executes, but all of my breakpoints are ignored. So it is executing the code but I cannot debug the fortran code.
My development environment has Visual Studio 2013 and Intel Parallel Studio XE 2015 installed.
The solution contains two projects. Project 1 is a VC# application. Project 2 is a Fortran dll. I have tried identifying the startup Project as single startup and multiple startup (Project 1 action=start; Project 2 action=none) yet none of the changes have any effect on the recognition of the breakpoints within the dll. I have tried placing the .pdb and .dll in the directory of the .exe; have tried placing the .pdb and .dll files within the project. None of these approaches have worked.
I welcome your assistance.
thank you