[ CCode ( has_construct_function = false ) ]
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.
condition_1 |
first condition |
condition_2 |
second condition |
the newly created condition |