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

help in new debuger

Former Member
0 Likes
825

hi,

i use the new debugger (in ecc5) and i have internal table

with 10,000 employee and the employee that i wont to check in loop is place in 4200 ,

there is way to put the number of employee and jump into it ?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
809

set watchpoint and check

reward if useful

7 REPLIES 7
Read only

Former Member
0 Likes
809

best advice i can give you: "Use the old debugger!"

Read only

Former Member
0 Likes
809

Hi,

Create a watchpoint for the value for which you to debug, and press F8, automatically it will stop at that point.

Thanks,

Sriram Ponna.

Read only

0 Likes
809

thanks

but how i create watch point?

Regards

Read only

0 Likes
809
Read only

0 Likes
809

In debugging mode ..

There is a push button Create watch point (Shift + F8)

Enter the field name , relational operator and comp. field/value

in the popup that appears .. enter.

and press F8 .. It will take U to the fieldvalue (watch point) U've created

Read only

Former Member
0 Likes
810

set watchpoint and check

reward if useful

Read only

Former Member
0 Likes
809

hi,

in debugging mode, select break/watchpoint tab->select create watch point (ICON)-> enter the varibale name->ok->double click on that variable name->change the mode from display to change mode->enter your value like 4200.

the program control will stop you when it is reached to 4200.

sekhar