BTW, the new invisibles look great! Really awesome Edward.

On Thursday, March 3, 2016 at 8:37:02 AM UTC-5, john lunzer wrote:
>
> So if I see an existing trace in the source code I just need to set it to 
> True temporarily?
>
> On Thursday, March 3, 2016 at 8:20:15 AM UTC-5, Edward K. Ream wrote:
>>
>> On Thu, Mar 3, 2016 at 6:21 AM, john lunzer <[email protected]> wrote:
>>
>>> One question, I see tests for traces all over in the code. You said 
>>> several times "traces show". How do I use these traces? They sound useful!
>>>
>>
>> ​The typical pattern is:
>>
>>     trace = True and not g.unitTesting
>>     ...
>>     if trace: g.trace(whatever)
>>
>> When trace is true, g.trace acts like an improved print statement. Output 
>> goes to the console window.
>>
>> Tracing usually is simpler and more effective than using a debugger.
>>
>> EKR
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to