‎2008 Mar 22 11:49 AM
hai all.
iam having query while debug.
how can we chang the values while debug to test the output the value.
tanx in advance ..
‎2008 Mar 22 11:56 AM
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.
‎2008 Mar 22 12:07 PM
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).
‎2008 Mar 22 12:12 PM
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.