Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Watch window in Eclipse(Mars) for FORTRAN ?

I am running a FORTRAN (GFortran/MinGW on Windows 10) in the (Mars) Eclipse/Photran debugger, but I cannot find a watch window, or any way to add watches in the IDE.  Are watches supported in Photran?  It appears there is a watch window for JAVA developers—is there no watch window for FORTRAN developers?  I checked the Neon documentation, and it is the same.

 

 

I can find the “Variables” window, but it has way too many entries to be very useful (I have to search through the list of over 100 items to find the variable I’m trying to inspect) and does not seem to be sorted in any meaningful way.  Is there a way to sort the Variable window alphabetically?  Also, the variable I want to inspect (ITLIM) does not appear to be in the list. 

 

 

I tried to add a Global Variable, but the list of Global Variables came up empty, when I know my project has global variables.  What am I doing wrong?

 


Back to the top