Hello
I have to debug program.
I have to stop program execution within a loop if value of the field1 reaches XXX.
I wanted to use watchpoints but it doesnt accept variable like <FS>-field1. Infortunately , I am not able to put a condition like
IF <FS>-field1 = XXX then ....
as I am in production.
Any suggestions?
Thanks in advance.