Okay, I've progressed a little bit. Using Plato and Ftn95.cfg (see below), I'm able to set things at compilation time so that when I run the compiled program, it runs Sdbg.exe. However, how do I get debugging information?
There are a few windows: what looks like a black command prompt window with heading C:\Program Files (x86)\Silverfrost\FTN95.ver8.10\SDBG.EXE, a Call Stack window, and a Locals Variables window. The Call Stack Window says 'status: Program Breakpoint'. However, none of these windows take any input. Another window is my source file. The first executable line in the source file has a blinking yellow arrow next to the first executable statement. None of them take any input except, I suppose the source file in Plato. How do I run or step through the program and get information about the variables? If I click run in the Build tool, a windows comes up saying 'Waiting' 'The application being debugged is running. Control will return to the debugger when either a breakpoint or error occurs.' There is a button marked 'pause'. Meanwhile, the program is waiting for input from me. I enter it and the whole program runs without stopping for any debugging. :?: :?:
The FTN95.cfg file I use is:
/COLOUR /DELETE_OBJ_ON_ERROR /DUMP /ERROR_NUMBERS /ERRORLOG
/LINK /LIST /MAP /MINIMISE_REBUILD /-NO_BANNER /NO_TRUNCATE
/NON_STANDARD /PERSIST /PROFILE /SINGLE_THREADED /STATISTICS
/UNDERFLOW /UNLIMITED_ERRORS /VS7 /WINDOWS /WRAP /XREF
I hope my inquiry is coherent.
:lol: :lol: