ddd and idb

ddd and idb

dfumento's picture

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

2 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
geoff.leach's picture

Havent tried ddd, but using a plain

idb -gdb myfile

step and next work for me.

Login to leave a comment.