Software Archive
Read-only legacy content
17061 Discussions

Keep the console window open after debugging

Intel_C_Intel
Employee
211 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
211 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