Debug condition with parameter

fabrice

Member³
Hello,
is it possible to use debug condition with more than one variable.

ex :
:name = ‘SMITH’ and :age = 20

It seem only one is use.

(v11 or v14)

Thanks
 
I tested this specific condition and it seems to work fine. The breakpoint only halts when Name = 'SMITH' and Age = 20. If either variable has a different value, the breakpoint does not halt. Can you let me know under which condition this fails exactly?
 
This pb was report by our dev team, and seem to be present only in v11.
It seem the first parameter from a procedure, is not visible into another procedure into the first one.(nested procedure)
i can't reproduce with an easy case.

It seem to be ok in v14.
I'll post more info if i can reproduce in v14.
sorry.
 
Back
Top