Everything

debugger.SoftwareTraceLPD.Delete


This function deletes a software trace (LPD output). [RH850][E2]

[Specification format]

debugger.SoftwareTraceLPD.Delete()

[Argument(s)]

None

[Return value]

If a software trace (LPD output) was deleted successfully: True

If there was an error when deleting a software trace (LPD output): False

[Detailed description]

-

This function deletes conditions of the software trace (LPD output) specified by debugger.SoftwareTraceLPD.Set.

[Example of use]

>>>debugger.SoftwareTraceLPD.Delete()
True
>>>