This function clears the trace memory.
[Specification format]
[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
>>>
|