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

Debugging Issue

Former Member
0 Likes
584

Hi Guru's

Is is possible to pass the custmize data during debugging.

One method is it directly pass the data in code.But is it possible though debug screen????

Thanks

Subham

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

Yes it is possible. while debugging you will find a table below the screen. Where in the left hand side you will specify the parameters name and in the right hand side you will get its value. Now you can insert a value or modify a value whiloe run time.

To do that, just over right the value and then click the pencil icon (Right) to fix the value.

4 REPLIES 4
Read only

Former Member
Read only

0 Likes
569

How....????

Read only

srinivas_akiri
Active Participant
0 Likes
569

Hi

yes, we can do it by changing the contents of variable or internal tables in the fields list and press change contents.

or else use structure editor to chages the contents and test them

Thanks

Read only

Former Member
0 Likes
570

Yes it is possible. while debugging you will find a table below the screen. Where in the left hand side you will specify the parameters name and in the right hand side you will get its value. Now you can insert a value or modify a value whiloe run time.

To do that, just over right the value and then click the pencil icon (Right) to fix the value.