Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Debugging with phortran a scientific code

Hello there,

i am trying to debug a scientific code with Phortran+gdb. 

However, i am having some problems: in a particular section of the code a 
giant linked list is created (contains the details of a computational mesh) 
and if the view "variables" is opened eclipse starts to consume more and more 
memory until the  out of memory message appears on console or the timeout time 
in the response from gdb is reached,

However, if the variables view is not opened the debugging process is 
flawless...

My guess is that since the variables list is soooo big the passing of message 
between gdb and eclipse is too much for them and it breaks.

Is there any way to limit the amount of variables ecilpse will inspect? Any 
ideas?

Thanks for your help in advance


Back to the top