Everything

debugger.SoftwareTraceLPD.Enable


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

[Specification format]

debugger.SoftwareTraceLPD.Enable()

[Argument(s)]

None

[Return value]

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

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

[Detailed description]

-

This function enables a software trace (LPD output).

[Example of use]

>>>debugger.SoftwareTraceLPD.Enable()
True
>>>