‎2007 Oct 09 9:08 AM
how to monitor the contents of a structure table in debug tool? any other way?
newbie here. <b>thanks</b>.
‎2007 Oct 09 9:12 AM
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
‎2007 Oct 09 9:12 AM
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
‎2007 Oct 09 9:18 AM