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

Dynamic programming

Former Member
0 Likes
247

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.

1 REPLY 1
Read only

Former Member
0 Likes
230

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.