View previous topic :: View next topic |
Author |
Message |
stfark1
Joined: 02 Sep 2008 Posts: 222
|
Posted: Wed Feb 22, 2023 11:41 pm Post subject: New Version |
|
|
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 |
|
Back to top |
|
|
simon
Joined: 05 Jul 2006 Posts: 270
|
Posted: Thu Feb 23, 2023 3:27 pm Post subject: |
|
|
Latest Executables and DLLs at the top of the Support page |
|
Back to top |
|
|
mecej4
Joined: 31 Oct 2006 Posts: 1896
|
Posted: Fri Feb 24, 2023 4:40 pm Post subject: |
|
|
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. |
|
Back to top |
|
|
stfark1
Joined: 02 Sep 2008 Posts: 222
|
Posted: Mon Mar 20, 2023 4:47 pm Post subject: Breakpoint Not Allowed |
|
|
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 |
|
Back to top |
|
|
mecej4
Joined: 31 Oct 2006 Posts: 1896
|
Posted: Thu Apr 13, 2023 3:50 pm Post subject: |
|
|
"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. |
|
Back to top |
|
|
|