I am trying to test out Fortran Visual Studio 2008 (9.0) using the x64 bit platform.
I have written an extremely simple program, and I have discovered that, when debugging, all of my set breakpoints are skipped. That is, a) I select several breakpoints for the program to stop at, and b) hit the green > key to run in debug mode. Without stopping at any of the set breakpoints, the program runs to completion.
What is going wrong. have we mis-installed something? Is there some environment setting I need to set?
Any help will be appreciated.