‎2008 Jan 14 9:20 AM
Hi Gurus,
Is there any means by which we could debug a dynamic program or just can observe how the control moves during run time ?
Regards,
Binay.
‎2008 Jan 14 9:25 AM
Hi,
You can set break points by using the 'Break at statement' option from the break points menu. The flow will stop at that statement. For example,
if you give breat point at statement 'Message', it will sop at any point where the message statement is used.
Regards,
Renjith Michael.