Debugging a fortran dll called by a C++ program in Visual Studio 2010 -


i'm having problems debugging c++ program uses fortran dll. i'd step through c++ code until hit call fortran dll , step fortran code. possible , if so, how this?

thanks, james

it possible.

the fortran dll needs have been compiled , linked appropriate debug settings. how depends on fortran compiler using.

the vs debugger needs able find pdb dll. typically issue if dll built different solution, or on different computer.

messages in output pane , entries in modules pane can used confirm/diagnose issues availability of debug information.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -