Sujet : Re: Thoughts on simplyfortran?
De : dogyu (at) *nospam* riseup.net (dogyu)
Groupes : comp.lang.fortranDate : 03. Aug 2024, 08:34:29
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8kmi6$3bap3$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
Many thanks all for your replies and feedback. I generally use vscode for coding but I've been tinkering with fortran lately and I was just wondering if simpylfortran was a good tool.
Cheers,
dogyu
On 7/29/24 20:31, Lynn McGuire wrote:
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