In the 8.62 I see nice new feature of extra checking for undefined variables in Clearwin. If something is not initialized we now get such messages
I understand that this is still not the final production version, but is it possible to display either which line has a problem or better also add one more button 'Go do error' and it will be shown in debugger. Is this doable?
Currently what is going on is that the code goes to the last statement of Clearwin Fortran text without any warnings, swallowing the things without the hiccups and at the last its line only when GUI is jumping into the screen all these messages start to appear one by one without saying where the error occurs.
If it is not easily doable of course the current method is still way better than what we had before when such errors were not reported. When the user will debug he then will answer No and will look in the Fortran source text window in Debugger at all variables on the subject of forgotten undefined variables and will find the problem. But the difficulty is when GUI is very large, and actually there are many of them, then finding right place with undefined variable is like searching for the lost needle in the forest