Everything

debugger.PseudoError.Clear


This function clears the error status of all pseudo-errors. [RH850][E1/E2/E20/Full-spec emulator/IE850A]

[Specification format]

debugger.PseudoError.Clear()

[Argument(s)]

None

[Return value]

If the error status of all pseudo-errors was cleared successfully: True

If there was an error when clearing the error status of all pseudo-errors: False

[Detailed description]

-

This function clears the error status of all pseudo-errors.

[Example of use]

>>>debugger.PseudoError.Clear()
True
>>>