Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29242 Discussions

Runtime errors are anonymous unless there is a console

Andrew_Smith
Valued Contributor I
556 Views

If I dont have the console open all I can see is a message saying a breakpoint has been reached. So then I have no idea what the problem actually is.

One example is the message for a variable being used without being defined.

0 Kudos
2 Replies
jimdempseyatthecove
Honored Contributor III
556 Views

Add conditional code to your program to (conditionally) make a call to AllocConsole().

When debugging, enable the condition that allocates the console window.

Jim Dempsey

0 Kudos
Steve_Lionel
Honored Contributor III
556 Views

The message is in another window that is often behind the VS window. 

0 Kudos
Reply