This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to debug multiple fortran90 files with GDB


On Tue, 2005-09-06 at 14:26 +0900, Hidetoshi CHIBA wrote:
> Dear helpers,
> 
> The testcase which was attached in my previous email had a mistake.
> So, I'd be happy if you check the new testcase attached in this email.
> 
> Thanks in advance,

Hi all,

I've certainly come across this one too.   Often I'd find that one
couldn't add a breakpoint at a function in an included file, until you'd
stepped into that file once.  It can probably be resolved by taking the
'-readnow' option (see google for syntax, am rusty here today) - but
this may not be an option for behemoth sized codes due to the time it
takes.


Regards
David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]