- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Havent tried ddd, but using a plain
idb -gdb myfile
step and next work for me.
idb -gdb myfile
step and next work for me.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page