We have an existing application in FTN77 that throws errors when it calls a subroutine that takes the square root of -1. When this is encountered it goes into the debugger and shows the call stack going back to the highest level subroutine. We run the program by using RUN77 and it is not complied in debug mode.
I am trying to do something similiar in FTN95, my only problem is that without compiling in debug mode I do not get a call stack of subroutines called.
How can I do the same thing in FTN95?
Thanks.
Michael