Software Archive
Read-only legacy content
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.
17060 Discussions

Keep the console window open after debugging

Intel_C_Intel
Employee
333 Views
Hello,

When debugging a DOS console app, Is there some way to prevent the console window from automatically closing after the program finishes? I would like to be able to scroll through the console window after the app has closed to inspect its output.

Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
333 Views
The simplest solution I can think of is to put a prompt for input at the end of the program, so it doesn't exit. I haven't tried this, but perhaps if you started DFDEV from a command prompt, the program's output would be in that command prompt window.

Steve
0 Kudos
Reply