PDA

View Full Version : [LF] Debugging system errors


Lahey Support
08-15-2003, 01:19 AM
I am a beginner a Fortran programming, but I am having problems debugging
my. When debugging a Fortran program using the Lahey Ed Developer, I am
getting a systems error messages when I request a 'display variable' or
'watch variable' in 2 circumstances:
1) when that variable is in a subroutine that is 'contained' within a
module. If I remove the subroutine from within the contain part of the
module and use USE instead, then I can 'watch' the variables OK.
2) when the variable is large (for example var(30,3,6,5) gives an error).

The program works fine either inside or outside the debugger, provided I
don't what to look at the values of variables as mentioned above.

Lahey are aware of the problem but they are having problems duplicated it on
there machines. I get it every time?

Has anyone had this problem before?