Sources
Delphi Russian Knowledge Base
DRKB - база знаний по Дельфи в рунете, составленная Виталием Невзоровым

Как отлаживать консольные приложения?

01.01.2007

As with Delphi you can use Kylix to write console applications even though many people think that's not important. ;-)

When you start a console program in the Delphi Debugger it automatically opens a console window ("DOS command prompt") where you can see the output of e.g. the writeln command.

Kylix doesn't do that automatically and if you don't look hard enough you might think it is impossible to debug console applications with it.

But if you open the run / parameters dialog you will find an entry called "Use Launcher Application" that is prefilled with xconsole. Just tick this option and there you go.

Previous page:
How do I create an executible file using the command line directive in Linux with Kylix?
Top:
DRKB
Next page:
CopyFile для Linux