Sujet : Re: Thoughts on simplyfortran?
De : lynnmcguire5 (at) *nospam* gmail.com (Lynn McGuire)
Groupes : comp.lang.fortranDate : 30. Jul 2024, 01:31:45
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v89c9h$n0r6$3@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 7/28/2024 9:27 AM, dogyu wrote:
Hello,
I was wondering what are your thoughts on simplyfortran (using linux)
Thanks!
dogyu
SimplyFortran is a good product for both Fortran and C++ mixed programs.
The only problem is that the debugger user interface support is not very sophisticated. If you want to break on the 4,000th call to a subroutine then you must run dbg directly as the IDE only support breaking on the first call to a subroutine.
I have asked them to improve this but they have not gotten back to me.
Lynn