2010 Sep 14 8:26 AM
Dear experts,
I would like to ask for a debugging skill.
I have a table loop about 1000 records. There is a variant ID, I would like to stop when ID equals a value like 'XXXXX'.
How can I set up breakpoint to make loop stop when ID='XXXXX'
Thank you
2010 Sep 14 8:27 AM
Use Watchpoint for this..In debugging mode select the variable and put watchpoint at your desired value.
Use Watchpoint for this..In debugging mode select the variable and put watchpoint at your desired value.
2010 Sep 14 8:27 AM
Use Watchpoint for this..In debugging mode select the variable and put watchpoint at your desired value.
2010 Sep 14 8:33 AM
Or you can set break point in your code:
IF ID='XXXXX'.
break-point.
* or break <your username>
ENDIF.
regards,
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |