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

monitor structure table

Former Member
0 Likes
350

how to monitor the contents of a structure table in debug tool? any other way?

newbie here. <b>thanks</b>.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
318

Hi,

Do you mean you want to watch a particular field for particular value?

Then use watch point. in debugging mode, presee create watch point. give the field name or table name, set the releational operator and the value.

The program will stop when there is a match for the given condition

Regards,

Niyaz

2 REPLIES 2
Read only

Former Member
0 Likes
319

Hi,

Do you mean you want to watch a particular field for particular value?

Then use watch point. in debugging mode, presee create watch point. give the field name or table name, set the releational operator and the value.

The program will stop when there is a match for the given condition

Regards,

Niyaz

Read only

Former Member
0 Likes
318

<b>thanks! i gave points.</b>