Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to set a break-point based on variable value

former_member343107
Participant
0 Likes
3,145

Hi All,

I'm debugging a program which uses an internal table with hundreds of lines. The program needs to loop that internal table. I need to debug the code inside the loop for a specific row which has a specific field value. How can I set a break point for that specific row in the loop based on the field value? A normal break point will pause the program hundreds of times until it reaches the specific row.

Thanks, Jerome

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,597
4 REPLIES 4
Read only

Former Member
0 Likes
1,598
Read only

0 Likes
1,597

Thanks a lot, Balaji. That's perfect.

Best Regards

Jerome

Read only

Former Member
0 Likes
1,597

if u want to find the value then u need to use th ewatch point

in debugger mode u can find the watch point tab there u need to give the field name u want.

Regard,

raam

Read only

Former Member
0 Likes
1,597

hello Jerome-

For your requirement you need to create a watch point in debugger mode.

if you know the value just hardcode the value in watchpoint and push F8.

Cheers,

~Srini..