PDA

View Full Version : Debug using Lahey


traianus
07-02-2005, 12:57 AM
Hello Everybody,
I am new in this forum and I am a new user of Lahey FORTRAN compiler.
Maybe the information I am looking for is posted elsewhere, but I did not find it.
My code is quite long, and it requires several minutes to be compiled. So, a good debugging tool is very useful: instead of writing the values of the variables on the screen, I can simply see them during the execution with during the debug session. But what about the vectors, matrices and user-defined variables? For example,
How can I see the value of the variable
A%B(i)%ID in a loop? Or how can I see the element C(17,28) of a matrix? It seems that the compiler allows me to see the value of the variables (scalars) with the right click of the mouse, but this does not happen (?) for the vectors, matrices or user-defined type variables.
Can you help me? Thank you!
Traianus

Lahey Support
07-05-2005, 11:38 PM
To view the value(s) of a variable with multiple elements use the QuickWatch dialog available from the Debug menu.

traianus
08-08-2005, 07:01 AM
Thank you for your reply. I know it was an 2easy" question, but for me it was important at that moment. Thank you again!
Traianus