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.

Command Prompt in Visual Studio

vadeiko
Beginner
537 Views
Hi,
Can anybody tell me how to keep command prompt window from closing after execution of Fortran program under Visual Studio. I would like to seemy outputs after the program was executed but the command prompt window gets closed. Idebug my programs under Visual Studio GUI.
Thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
537 Views
You can either set a breakpoint at the end of the program or use "Start without debugging".
0 Kudos
Reply