Application Development 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: 

Change the date in debug mode

Former Member
0 Kudos

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

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

Former Member
0 Kudos

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