Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Global Variables

On 10/11/07, Lear, Matthew H. <Matthew.Lear@xxxxxxxxxx> wrote:
> Ralph,
>
> Thanks for your reply.  I have the opposite problem as you: I am a
> reasonably good Fortran programmer with little/no JAVA/C experience.  What I
> would love to see in Photran is the ability to monitor global variables in
> local subroutines.

Is this a gdb problem?  Can gdb display these variables?

The CDT/Photran debugger is just a shell around gdb, so if gdb can't
do it then it will be hard for Photran to, but if gdb can do it then
we ought to figure out a way for Photran to, too.

-Ralph


Back to the top