debug of fortran programs
"Eugen Hermann" <[email protected]> Fri, 20 Jun 2008 09:38:45 +0200
| Newsgroups | gmane.comp.debugging.ddd.bugs |
|---|---|
| Message-ID | <[email protected]> |
Dear Sir,
I find out, that variables defined in module scope are not visible in
ddd-display call.
For Code-Example:
module mo
integer m;
end module
program example
use mo;
m = 4;
end program
it isnt possible displaying value only by calling "display m" (like by
another debugger). Instead of it you must call "display __mo__m".
Its very uncomfortable.
Best Regards
Eugen Hermann
_______________________________________________
bug-ddd mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-ddd