Silverfrost Forums

Welcome to our forums

Quick Question about Debugger

30 Aug 2005 2:20 #291

Hello

I am new to FORTRAN and FTN95 and have a quick question about interpretting the output from the debugger program. The code I am compiling is written in FORTRAN 77, but it seems that this compiler will be able to do what I need. My question involves the debugging window, primarily the window that replicates the original program code. All of the lines, where there is a global assignment (ie: X=0), yield a solid red line over the code. What does this solid red line mean?

Thanks for your time

Nate

1 Sep 2005 12:00 #303

This is shows the currently active break point in the code. It moves as you step through the code.

See the help file (FTN95.chm), under Win32 platform, Using the debugger, Source code window, Introduction.

Please login to reply.