Tiziano_mk wrote:

Reading the page http://wiki.lazarus.freepascal.org/IDE_Window:_Debug_Output

I read: "This windows shows the commands and answers between the IDE and the debugger. It also shows the output of the program, for example the output of the 'writeln'."

I'd like if there were a programmatically way to send strings to this window, but after trying (with a simple writeln('test'); ) I only get runtime error 103 (and this is right on a Win32 GUI application).

Maybe there is a way to send the output of the program to the debug window?

Take a look at MultiLog ( http://wiki.lazarus.freepascal.org/index.php/MultiLog ). Maybe it fits your needs.

Luiz

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to