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: 

Types of DEBUGGING?

Former Member
0 Kudos

Posted: Sat Aug 26, 2006 1:20 pm Post subject: Types of DEBUGGING?

-


Hi Experts,

Can any of you tell me in detail the different types of DEBUGGING.

Per one of the interviewer, there are 3 types.

1. Debugging your code (includes fn mods etc)

This is all I know also.

There are two other itcms.

Can any one share with me?

He said the second would be ... SAP GUI debugging

and he himself doesnt know the third and asked me to find out.

Anticipating to hear jet replies

_________________

Thanks & Best Regards,

Kiran Babu dasari

+91-9860209919

6 REPLIES 6

Former Member
0 Kudos

I don't know what you mean by SAP GUI debugging, but here is what I can think of.

1. Debugging of online programs - this is what we normally do.

2. Update debuggin - Debuggin of function modules that are being triggered in update task mode

3. System debuging - If you switch this on you can debug the standard code of SAP.

Regards,

Ravi

Notes : Please mark all the helpful answers

Former Member
0 Kudos

Hi,

1. Debugging of online programs - this is what we normally do.

2. Update debuggin - Debugging of function modules that are being triggered in update task mode

3. System debuging - If you switch this on you can debug the standard code of SAP.

Hope this helps.

Regards,

Ravi

0 Kudos

Hi Kiran,

<b>System Debugging</b>

If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.

<b>Update Debugging</b>

Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.

<b> Normal Debugging</b>

Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points.

You can switch to diffferent debuggin modes while processing.

Cheers

VJ

Former Member
0 Kudos

hi

good

there are besically three kinds of debugging

1- use \h in the command line

2- write break-point in your code

3- select a line and use the break point button.

thanks

mrutyun

Former Member
0 Kudos

Thanks for all the answers

I am not knowing how to reward points.

However, my doubt has been solved.

Can any one tell me how 2 give points

Former Member
0 Kudos

hi,

Click on the relevant stars to the left side of your post.

Regards,

Sailaja.