I found the following article:
http://software.intel.com/en-us/articles/intel-fortran-compiler-microsoft-debugging-function-debugbreak/
Unfortunately when I tried to implement this code开发者_运维技巧 and compiled I received the following error:
Error 1 error #7286: This symbol has multiply declared DEC$ ATTRIBUTES ALIAS attribute. [DEBUGBREAK] 176
I'm using the Intel FORTRAN compiler.
Any additional insights is greatly appreciated.
If you don't get an answer here, since this is a question about a particular product, you might get an answer in one of Intel's Fortran Forums: http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/
精彩评论