Silverfrost Forums

Welcome to our forums

Compiler Ignore

19 Jun 2019 12:08 #23803

Have a Fortran program that the debugger has a problem with when the 'step into' command is used, does not display the icon that allows one to progress through the program, line by line. I therefore have been executing the application module developed by executing directly from SDBG, i.e. SDBG C:\MATH\Math.exe. This works fine in debug mode and allows one to step through line by line as I want to. However, now have found a new problem. When I execute Plato(32 bit) and make the changes to the Fortran program, compile and generate a new module, all seems ok. However, when I debug the program by entering SDBG C:\MATH\Math.exe, the program ignores the new commands that were entered into the source code, as if they were not even there! Anybody have any idea what is wrong here or maybe some parameters are not set correctly in the program. Any suggestions will help. Sid Kraft

19 Jun 2019 3:23 #23804

Amazing: Answering my own questions: If I make changes to my Fortran program using Debug Win32, compile and build then go to SDBG to call up the program, it automatically switches to Checkmate Win32\Program, which causes the changed lines to be ignored. I have to 'browse' then change to C:\Debug Win32\Program rather than the default of C:\Checkmate Win32\Program. Not sure if this is a user error or not, probably is but so many options makes it difficult for sure. Sid Kraft

Please login to reply.