ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DDD and gdb based FORTRAN debuggers


From: Arnaud Desitter
Subject: Re: DDD and gdb based FORTRAN debuggers
Date: Thu, 15 Feb 2001 11:04:03 +0000 ()

> 
> My best compliments for the very useful DDD  debugger! I have
> successfully
> used DDD on C and C++ codes. Now I'm facing a new problem: I have to
> work
> on a huge FORTRAN90 code and I'm using NAGWare Fortran 95 compiler
> Release 4.0a(310) on a Linux box. NAG's F95 comes with a DBX based
> F90 debugger: NAGWare dbx90 Version 4.1(12). What I tried to do is to
> pass
> this dbx90 to DDD 3.1.6 with something like:
> 
> ddd --debugger "dbx90 -I/mydir" a.out
> 
> ... something seems to work but, of course, just something (cannot
> display
> variable values, cannot put breakpoints in called subroutines, ...)
> 
> Do you have any suggestion how to debug FORTRAN90 codes with a visual
> debugger ?

dbx90 is a front-end to gbd/dbx that is Fortran 90 aware. 
You can find the man page at:
http://www.nag.co.uk/nagware/np/r41_doc/dbx90.html
and you will notice that the syntax is a bit peculiar.

I've been thinking for a while to take some time to add some support
in ddd but I was unfortunately too busy. That's not very difficult but 
somewhat tedious.

Regards,
Arnaud



reply via email to

[Prev in Thread] Current Thread [Next in Thread]