JustADude
JustADude

Reputation: 2709

Getting DebugBreak to work in Fortran

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.

Upvotes: 0

Views: 232

Answers (1)

M. S. B.
M. S. B.

Reputation: 29391

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/

Upvotes: 1

Related Questions