Topic: Beginner Help with Debugger
I have not been able to step through an old FORTAN project with the debugger included with Simply Fortran.
I used to run the code in Compaq Visual Fortran on a 32-bit machine with Windows XP. When I would debug the project in CVF I could set break points in the FORTRAN code, step through the code and see the results in the console from each line of code.
In Simply Fortran I can build and run the project successfully. However, I can't get the debuggger to step through the lines of FORTRAN code. When I click the debug icon a "Souce Window" opens and I see what I think is assembly language. For example:
0x40dced <main+4>: sub $0x20,%rsp
I can step through these lines with the debugger but the code doesn't mean anything to me. I've tried to change from ASSEMBLY to SOURCE in the pull down menu on the right hand side with no luck. Is there a simple fix to this problem or a resouce to help me learn to use the debugger?
Thanks,
--Dean