How can I use conditional breakpoints in the Uniface debugger?
I am debugging a Uniface application and I would like to use conditional breakpoints, so that the debugger only breaks when a certain occurrence or value is reached.
Concretely, I would like something like this:
Break only on the 5th occurrence of an entity in a
retrieveloop.Or break only when a specific field has a given value (for example
STATUS = "ERROR").
Is there a way to configure this?