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

debugging

Former Member
0 Likes
681

hi,

1)can any body say in a program while debugging max how many breakpoints and watch points can be set.

2) What is update debugging and system debugging.

Thanks and Regards.

noor

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
556

hi ,

1. You can give Watch points maximum upto 10 and Break points upto 30

2. System Debugging:

The System Debugging function enables the user to analyze system programs, in addition to application programs, using the Debugger. This function is called or terminated through the menu Settings -> System Debugging On /Off. By selecting the menu Settings -> Save, this predefined setting is stored to the database and thus activated again each time the new Debugger is activated.

Update debugging:

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.

reward points if helpful,

regards,

dilip

3 REPLIES 3
Read only

Former Member
0 Likes
556

Hi Mohd,

1. Max debugging points are 30, 5 watchpoints can be created for a program.

2. System Debugging

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.

Update Debugging is useful when you want to debug some update function modules, some update tasks.

Generally you cannot do any Debug update tasks.

using Update Debugging you can debug update tasks.

Edited by: Raj on May 27, 2008 9:56 PM

Edited by: Raj on May 27, 2008 9:57 PM

Read only

former_member787646
Contributor
0 Likes
556

Hi,

1. Max Watch points: 10 and Break points: 30

2. please go thru this article

http://help.sap.com/saphelp_nw70/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm

Hope it helps you.

Murthy.

Read only

Former Member
0 Likes
557

hi ,

1. You can give Watch points maximum upto 10 and Break points upto 30

2. System Debugging:

The System Debugging function enables the user to analyze system programs, in addition to application programs, using the Debugger. This function is called or terminated through the menu Settings -> System Debugging On /Off. By selecting the menu Settings -> Save, this predefined setting is stored to the database and thus activated again each time the new Debugger is activated.

Update debugging:

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.

reward points if helpful,

regards,

dilip