Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Photran as a standalone debugger

Photran doesn't actually have any debugger.  What it does is to
provide a wrapper for gdb so that it all appears under Photran.  If
what you are really saying is "can Photran under Linux provide a
Fortran-specific debugger that is GUI based rather than command line
based" then the answer is "yes", because the wrapped version of gdb
doesn't look much like gdb.   But gdb is still down there somewhere.

-Ralph Johnson

On Wed, Feb 29, 2012 at 11:05 AM, Smith, Lee <Lee.Smith@xxxxxxxxxxxxxx> wrote:
> Hi all,
>
>
>
> Can anyone tell me if there’s a way to use Photran as a “standalone” Fortran
> debugger in Linux? Possibly with some kind of script to invoke the debug
> perspective and launch the provided executable?
>
>
>
> Thanks,
>
> Lee
>
>
>
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>


Back to the top