BreakpointCondition.and
Description:
[ CCode ( has_construct_function = false ) ]
public BreakpointCondition.and (owned BreakpointCondition condition_1, owned BreakpointCondition condition_2)
public BreakpointCondition.and (owned BreakpointCondition condition_1, owned BreakpointCondition condition_2)
Creates a condition that triggers when condition_1 and condition_2 are both true.
Parameters:
| condition_1 |
first condition |
| condition_2 |
second condition |
Returns:
|
the newly created condition |