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: 

Debugging Techniques and differences between them?

Former Member
0 Kudos

hi,

Debugging Techniques and differences between them?

5 REPLIES 5

Former Member
0 Kudos

Check this out

http://help.sap.com/saphelp_erp2005/helpdata/en/c4/dae140d7308231e10000000a1550b0/frameset.htm

Breakpoints can be of different types.

Hard Break-Points : written in the code like

'Break-point 'Login- User Name''.

2)Soft Breakpoints

This is placed by placing the cursor at the line required by u and click the 'STOP' button or CntlShiftF12 in the std. menu

while executing your report the execution will stop at your break-point and will execute statements one by one

by using F5,F6,F7 & F8 function keys

3) By giving the command '/h' in the command box the debugging mode is opened from the starting of the program.

Former Member
0 Kudos

hi

For Debugging

BreakPoint (stop) symbol can be used

U can have temporary Breakpoint during Debugging process this is achieved by double clicking on a statement

U can also write explicitly Break-point statement in program

U can go for /h at command prompt

Former Member
0 Kudos

hi

For Debugging

BreakPoint (stop) symbol can be used

U can have temporary Breakpoint during Debugging process this is achieved by double clicking on a statement

U can also write explicitly Break-point statement in program

U can go for /h at command prompt

Regards

sandhya

Former Member
0 Kudos

Hi,

Go through the link it give some of the important concept of bebuging.

After going through the link u will be wel equiped to debug any program with ease.

1.Debugger ( Complete Debugging Tech )

http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

2. Run Time Analyser ( .No explanation Needed ..subject wel enough)

http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm

3. SQL trace ( gives u details of the select query generated by the abap in native form )

http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm

4. CATT - Computer Aided Testing Too

http://help.sap.com/saphelp_47x200/helpdata/en/b3/410b37233f7c6fe10000009b38f936/frameset.htm

5. Test Workbench

http://help.sap.com/saphelp_47x200/helpdata/en/a8/157235d0fa8742e10000009b38f889/frameset.htm

6. Coverage Analyser

http://help.sap.com/saphelp_47x200/helpdata/en/c7/af9a79061a11d4b3d4080009b43351/content.htm

7. Runtime Monitor

http://help.sap.com/saphelp_47x200/helpdata/en/b5/fa121cc15911d5993d00508b6b8b11/content.htm

8. Memory Inspector

http://help.sap.com/saphelp_47x200/helpdata/en/a2/e5fc84cc87964cb2c29f584152d74e/content.htm

9. ECATT - Extended Computer Aided testing tool.

http://help.sap.com/saphelp_47x200/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm

Hi think this will solve ur problem. it will give complete picture of debugging tech.

Go through the link its very helpfull. Take some time to read it.

If ur problem is solved please close it by marking helfull answers

Regards

Message was edited by: Manoj Gupta

Former Member
0 Kudos

Hi,

hi,

if you want the debugging then enter /h in the command bar, then it starts the debugging from the first statment onwards.

if you know the place where you need to see then put the break point and and execute, then process will stop at that place and you can see .....

you can even use BREAK_POINT key word to put the break point in a perticular place where you want to debug.

Breakpoints can be of different types.

Hard Break-Points : written in the code like

'Break-point 'Login- User Name''.

2)Soft Breakpoints

This is placed by placing the cursor at the line required by u and click the 'STOP' button or CntlShiftF12 in the std. menu

while executing your report the execution will stop at your break-point and will execute statements one by one

by using F5,F6,F7 & F8 function keys

3) By giving the command '/h' in the command box the debugging mode is opened from the starting of the program.

debugging docs:

http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc

http://help.sap.com/saphelp_nw04/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm

rgds,

latheesh