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

Changing Parameter ID in debug

mehul_mori
Explorer
0 Likes
2,315

Hi,

Is it possible to view and change value of a parameter id in Debug mode ?

6 REPLIES 6
Read only

Former Member
0 Likes
1,676

yes

Read only

mehul_mori
Explorer
0 Likes
1,676

And how can I do that in debugger ?

Read only

0 Likes
1,676

Hi

Open DEBUG MODE -


> click on the field that you want to change------> write the new value -


> and at the extreme right click on CHNG FLD CONTENTs icon.

Regards

Pavan

Read only

0 Likes
1,676

Hi Mehul mori,

The field for Parameter ID is MEMORYID ---> Set/Get parameter ID.

In Debugger Mode first check the value for this Field, Now change the value for that field and click on the Pencil symbol push botton on the right on that field.

Best regards,

raam

Read only

0 Likes
1,676

Hi Mehul,

Follow the steps....


1. Execute the program in DEBUGGING MODE
2. Double click on the variable you want to change the value for
3. Beside the variable there will be a text box and mention the value in it.
4. Click on the Pencil symbol Icon which overwrites the existing value to new value you had given.
5. Continue execution.
6. Repeat 3 & 4 steps if you want to change the value again in the same debugging session.

This would solve your issue.

Good luck

Narin

Read only

Former Member
0 Likes
1,676

But it is not reccommed at all.

changing any database utility by debug may occur incosistancy on your system.