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

I believe that idb has a gdb compatibility mode using the '-gdb' command. I'd suggest trying replacing the gdb command on the Debugger Tab of a Fortran Local Application with the command 'idb -gdb'.

Greg

On Feb 29, 2012, at 3:35 PM, David MZ wrote:

> Can anyone say how to integrate Intel Fortran debugger with Phortran,
> any experience with this? anyone?
> 
> On Wed, Feb 29, 2012 at 9:59 PM, Ralph Johnson <johnson@xxxxxxxxxxx> wrote:
>> 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
>>> 
>> _______________________________________________
>> photran mailing list
>> photran@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/photran
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran



Back to the top