The console window is used to show any messages during debugging of units/forms/assemblies.
The console window has its own context menu, which includes the following commands:
Select All. Select console window contents.
Copy. Copy selected messages.
Clear. Clear console window contents.
Data cannot be edited in this window.
Working with development environment console requires using static properties and methods of the Debug class.
It is also possible to create your own object to get debug output. To do this, in custom class redefine methods of the IDebugListener interface.
See also: