Skip to Content
0
Former Member
Jun 09, 2011 at 07:18 PM

stop methos execution at certain value of the record

39 Views

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.