Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Runtime errors are anonymous unless there is a console

Andrew_Smith
Valued Contributor I
578 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
578 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
578 Views

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

0 Kudos
Reply