‎2008 May 27 5:16 PM
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
‎2008 May 28 7:29 PM
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
‎2008 May 27 5:24 PM
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
‎2008 May 28 2:03 AM
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.
‎2008 May 28 7:29 PM
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