Christian Ulrich escreveu:
Some days ago, i have seen on the screen of one of our visual basic
programmers that
Visual basic has something like an debug console. Where you can write
something with an special function.
I think this could be an good idea for lazarus, that evry line from
debugln() is written at an seperate console or something else....

For your own program you can use MultiLog ( http://wiki.lazarus.freepascal.org/index.php/MultiLog ).

To do it inside Lazarus is more complicated. It would be necessary change the debugln implementation.

Later i want write a package to integrate the Lazarus debugger interface with the Multilog. With it would be possible to send log messages to the console viewer while the program is running in debug mode without changing the sources at all. The info of when and what message/variables to send would be stored in a xml file. In this case to get the info sent through debugln could be redirected to the log viewer without any code changes.

Luiz


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

Reply via email to