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

debug

Former Member
0 Likes
458

hai all.

iam having query while debug.

how can we chang the values while debug to test the output the value.

tanx in advance ..

3 REPLIES 3
Read only

Former Member
0 Likes
434

While debugging there is a option to see/modify the values of the data objects in the footer of the screen while debugging. If has two part, the left part show the name of the data object and right part contains its value. Dauble click the data object for value you want to check while debugging it will come to the footer data object list from where you will come to know the currect value of that.

Read only

asik_shameem
Active Contributor
0 Likes
434

Hi,

Its very simple.

1. Just double click the variable (or type the varible name in the bottom text box) u want to change.

2. The value of the variable will come in a text box.

3. Change the value and click the button change( button with pencil icon).

Read only

Former Member
0 Likes
434

hi ,

go to the debugging mode...

if the variable value = 5 .

clear it and give it as 6 .

choose the pencil button to change the value in the debugging.

regards,

venkat.