[Lazarus] DebugLn vs writeln

Martin lazarus at mfriebe.de
Tue Oct 4 11:00:52 CEST 2011


On 04/10/2011 09:31, Marc Weustink wrote:
> Martin wrote:
>> On 04/10/2011 03:53, Frank Church wrote:
>>> Is the purpose of DebugLn over write line its ability to write
>>>
>>> Does it operate with the debugger in some way?
>>
>> The debugger has no handling of debugln.
>
> Thinking of it.... we could add a internal break and capture the 
> output and show it in some dialog

If the LCL has debug info, the user can set a breakpoint. Afaik it is 
only one location (max 2) where the actual write to output/file takes 
place. And then log the taxt that is passed as param to the event log.




More information about the Lazarus mailing list