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

Change the date in debug mode

Former Member
0 Likes
2,380

Hi,

i want to change the date while debugging n see if any data is available for the particular date. can u please tell to change the date?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,431

Edit actual date value then click on pencil icon ....it'll change value

for example in debug mode you can see date like this

20071120

change something like 20071125

then click on pencil icon very next to field

Message was edited by:

Perez C

Hi,

i want to change the date while debugging n see if any data is available for the particular date. can u please tell to change the date?

2 REPLIES 2
Read only

Former Member
0 Likes
1,432

Edit actual date value then click on pencil icon ....it'll change value

for example in debug mode you can see date like this

20071120

change something like 20071125

then click on pencil icon very next to field

Message was edited by:

Perez C

Read only

Former Member
0 Likes
1,431

Hi Priya,

Put a break points at the statement where you want to change the value.

double click on that variable, then you see that variable and value in the bottom of the screen in fields section. put new date and click on the change button next to that field.

Press F5 and execute that step and see whether the value has been changed or not.

Regards,

Satish