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

hi

Former Member
0 Likes
425

hi please explain about DEBUGGING?

in detail if possible please provide screen shots?

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

Former Member
0 Likes
409

Go to this URL

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki">WIKI</a>

and put in debugging in the search option. You will get many documents.

Regards

Aneesh

Read only

Former Member
0 Likes
409

Hey Kumar,

Debugging to used to find out where the problem is occuring . For this you use '/h' command to enter the code after executing the program. Then you make use of SIngle Step(F5), Execute(F6), Return(F7) and etc commands to check the variables and internal tables for values and how they are changing to findout the problem...

You will get acquainted with Debugging slowly with practice....

Regards,

Vivek

PS: search forum for more info on Debugging