Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2007 Nov : Writeln from a console application?

www.cryer.info
Managed Newsgroup Archive

Writeln from a console application?

Subject:Writeln from a console application?
Posted by:"Jacob Havkrog" (a@a.a)
Date:Tue, 27 Nov 2007 14:06:26

Hi

In a console applcation, I can use good old Writeln to write some text to
the dos window when starting the app from a dos box command line.

When starting the console app from another application, the dos box will
appear while the console app is running, and then disappear againg.

This means, that there is very little time for me to read any Wrinteln
output.

It's only debug information, but an easy way to check whats going on.

Is there a way, for debug purposes, for the dos box not to go away, or to
use a dos box that I have openede earlier?

Thanks
Jacob

Replies:

www.cryer.info
Managed Newsgroup Archive