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

Command Prompt in Visual Studio

vadeiko
Beginner
322 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
322 Views
You can either set a breakpoint at the end of the program or use "Start without debugging".
0 Kudos
Reply