Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

debugging with library routines

rdhazlett
Beginner
496 Views
Need a little help. Running debugger with a library routine (IMSL) which calls a user-supplied function. I put a flag in the function. After first stop within the function, resuming the runtime debug session sends the job back to the calling routine (for which I do not have source code). At this point, the only choice is to terminate the debug session. Anyone know how to make the debug session run until it encounters another stop instead of stopping at the point of call upon return?

-Randy
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
496 Views
I don't get you 100% -- what does "the only choice is to terminate the debug session" mean? If that means that the program is hung, then it's probably stuck in an endless loop within IMSL. If it means that it crashed, check the arguments you supplied to IMSL routine. If the debugger does not stop at the breakpoint anymore, it means it has never encountered it again.

Jugoslav
0 Kudos
Reply