Re: output files not reloaded during debug

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




First I am in Microsoft Development Environment 2003 Version 7.1.3008 Intel
Fortran Compiler Integration.
Before I start the debug, I click on file menu, recent files and choose the
output file.
The file is opened and written in the Intel Fortran I am debugging.
I can not open the file during debug in another viewer as it is being used.
The debug task knows that a line has been written to the file as it asks if
I wish to reload it, but when I say yes, it is not reloaded.


Since the file cannot be opened by another viewer, it means that its share mode
does not allow other applications to open the file while the Fortran app is using it.
By the same reason VS cannot reload the file's contents while debugging,
it simply cannot open the file for reading (though in an ideal world it could at least
report an error).

Oleg




.



Relevant Pages