How can I use conditional breakpoints in the Uniface debugger?
09:14 01 Jul 2026

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 retrieve loop.

  • Or break only when a specific field has a given value (for example STATUS = "ERROR").

Is there a way to configure this?

debugging uniface