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

ddd and idb

dfumento
Beginner
609 Views
I am running RH8 with all updates and most recent Intel Fortran and debugger.
ddd --ladebug --debugger idb myfile
comes up fine. I'm able to set breakpoints and run to the breakpoint. I can do a "cont" to the next breakpoint and so on.
The problems is that if I try to "step" or "next" I get the error "Source file 'mydir/,' cannot be found." In other words, my source file is replaced with the ",".
Any ideas?

Thanks, David
0 Kudos
1 Reply
geoff_leach
Beginner
609 Views
Havent tried ddd, but using a plain

idb -gdb myfile

step and next work for me.

0 Kudos
Reply