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

Regarding Debugging

Former Member
0 Likes
970

Hi all,

I have a query regarding debugging. In debugging is there a way by i can go back and debug again from any point I want.

please reply soon,

regards,

kushagra

9 REPLIES 9
Read only

Former Member
0 Likes
950

Hi Kush,

Yes there is a way.

Regards,

Sunil.

Read only

0 Likes
950

please tell me the way

Read only

0 Likes
950

Goto debugging Mode,

then Place the Cursor to the Statement where you want to Go,

then click on Debugging -> Control -> GOTO Statement.

Read only

0 Likes
950

the goto is coming deactivated

Read only

0 Likes
950

There are some cases where you cannot go BACK, this I've Consulted to my Seniors.

Maybe this is the same problem in your case,

try it in some other Program or part of Code, if in others it is working then this maybe the Problem.

Read only

Former Member
0 Likes
950

No once you pass on from one statement you can't come back to the same. for that you need to start debugging again.

Regards,

Madan.

Read only

Former Member
0 Likes
950

hi,

Place a break point and save the break point and then execute it to start if from that point onwards ...

Regards,

Santosh

Read only

Former Member
0 Likes
950

hi use the button f7 to back from the perform..

check this..

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm

regards,

venkat appikonda

Read only

Former Member
0 Likes
950

we can not do it