Everything

debugger.SoftwareTraceLPD.Disable


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

[Specification format]

debugger.SoftwareTraceLPD.Disable()

[Argument(s)]

None

[Return value]

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

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

[Detailed description]

-

This function disables a software trace (LPD output).

[Example of use]

>>>debugger.SoftwareTraceLPD.Disable()
True
>>>