Everything

PseudoErrorCondition


This class creates a pseudo-error condition. [RH850][E1/E2/E20/Full-spec emulator/IE850A]

[Type]

class PseudoErrorCondition:
        Name = ""
        BitName = ""
        BreakAddress = []

[Variable]

Variable

Description

Name

Specify the name (abbreviated form) of the error to be generated as a pseudo-error.

See the debugger.PseudoError.Get function for the name (abbreviated form) of the error that can be specified.

BitName

Specify the name of the IOR bit that will generate a pseudo-error.

See the debugger.PseudoError.Get function for the name of the IOR bit that can be specified.

BreakAddress

Specify the address to be stopped the program after generating a pseudo-error as a list.

[Detailed description]

-

"PseudoErrorCondition" is in class format, and the pseudo-error condition is set in the variable.
In order to create a pseudo-error condition, create an instance, and set conditions for that instance.