Where can one go to download the latest version of the SilverFrost Fortran, am running into issues going to a breakpoint in debug, every statement that I want to set a breakpoint at, system says 'cannot set a breakpoint at this statement', suspect I may need an updated version of the software. Sid Kraft
New Version
Latest Executables and DLLs at the top of the Support page
Sid Kraft, please check if the EXE that you wish to run in the SDBG debugger is compiled with /debug, /check, /undef or /checkmate specified as an option.
Please provide a complete description of how you built the EXE that the debugger will not let you set breakpoints in.
Note: Still getting the same error, 'breakpoint not allowed at this instruction', no matter what instruction I select. Yes, am running 32 bit Fortran with debug win32, still will not allow breakpoints. Possible compiler error or? Please advise, Sid Kraft
'Instruction'? Are you debugging at the assembler level and attempting to set a breakpoint on a machine instruction? Are you using SDBG or a different debugger? Visual Studio?
The message that you reported, ''breakpoint not allowed at this instruction' is not from SDBG, as far as I can tell.
We do need you to tell us the exact sequence of steps that will enable your problem to be reproduced, along with a short test program that displays that behaviour when being run within the debugger.