Everything

debugger.Trace.Clear


This function clears the trace memory.

Remark

This function provides the same function as debugger.XTrace.Clear.

[Specification format]

debugger.Trace.Clear()

[Argument(s)]

None

[Return value]

If the trace memory was cleared successfully: True

If there was an error when clearing the trace memory: False

[Detailed description]

-

This function clears the trace memory.

[Example of use]

>>>debugger.Trace.Clear()
False
>>>