bug-ddd
[Top][All Lists]
Advanced

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

debug of fortran programs


From: Eugen Hermann
Subject: debug of fortran programs
Date: Fri, 20 Jun 2008 09:38:45 +0200

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

reply via email to

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