Application Development 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: 

monitor structure table

Former Member
0 Kudos

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

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

1 ACCEPTED SOLUTION

former_member200338
Active Contributor
0 Kudos

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

former_member200338
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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