Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] debugging inside modules

Dear Silvia,

Thank you so much! After creating a script as you suggested, and 
installing libxtf1 (it complained that it couldn't find this shared 
library) debugging seems to be working properly now. I had spent so 
long trying to get this to work... 

Many thanks,

Andrew 

On Thu, 31 May 2007 12:40:47 +0100 Silvia Franceschi 
<silvia.franceschi@xxxxxxxxxxxx> wrote:
>Hi,
>don't know if it can help...
>I have found, don't remember where..., that if you use the GDB/MI 
>debugger you have to create a shell script and select it in the 
>Main - 
>GDB Debugger box.
>The script simply is like this. I use the intel fortran debugger 
>that is 
>free for linux... and is very compatible with the compaq windows 
>one, in 
>my opinion.
>
>#! /bin/bash
>
>exec /path_to_debugger_executable/idb -gdb "$@"
>
>Hope this helps
>
>Silvia
>
>
>
>
>> David,
>>
>> Thank you for your suggestion. However, I have already tried 
>this 
>> and experience the same behaviour. In case it is relevant, I am 
>> using the latest photran with ifort 9.1 on linux.
>>
>> Andrew
>>
>> On Thu, 31 May 2007 12:07:56 +0100 David Lochrin 
>> <dlochrin@xxxxxxxxx> wrote:
>>   
>>> Hi Andrew,
>>>
>>> On Thursday 31 May 2007 20:56, andrewshipyard@xxxxxxxx wrote:
>>>     
>>>> Sorry to be a pain, but has anyone else experienced this 
>problem
>>>> when debugging, or is it just me? I can't debug any modules in 
>
>>>>       
>>> my
>>>     
>>>> project. I really want to get this working properly...
>>>>
>>>> I have gdb/mi selected for the debugger. In the console window 
>I
>>>> get this:
>>>>
>>>> No symbol "new" in current context.
>>>> Stopped due to shared library event
>>>> [Thread debugging using libthread_db enabled]
>>>> [New Thread -1210337072 (LWP 10310)]
>>>> Stopped due to shared library event
>>>> [Switching to Thread -1210337072 (LWP 10310)]
>>>> Current language:  auto; currently fortran
>>>>
>>>> don't know if it is useful or not... Any suggestions would be
>>>> appreciated.
>>>>       
>>>   Try the "gdb Debugger" option.
>>>
>>> David
>>> _______________________________________________
>>> photran mailing list
>>> photran@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/photran
>>>     
>>
>> --
>> Thinking of becoming a counselor?  Click here to compare tuition 
>rates.
>> http://tagline.hushmail.com/fc/CAaCXv1aavY3zjxzF6qpT565SQxCIva3/
>>
>> _______________________________________________
>> photran mailing list
>> photran@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/photran
>>
>>
>>   
>_______________________________________________
>photran mailing list
>photran@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/photran

--
Make big money trading currency.  Click here for more information.
http://tagline.hushmail.com/fc/CAaCXv1QmHAKyHg7ftvYPuRQptABvQ9E/



Back to the top