‎2007 Jun 19 5:14 PM
Hi Experts,
In one program how many break points we can set. Is there any particular number.
Please help me.
Thanks
‎2007 Jun 19 5:22 PM
Hi,
Yes..Santosh is correct..You can set more than 30 break points
THanks
Naren
‎2007 Jun 19 5:16 PM
‎2007 Jun 19 5:18 PM
‎2007 Jun 19 5:19 PM
Hi, see this link:
They discuss about using a checkpoint to improve the quality.
‎2007 Jun 19 5:20 PM
‎2007 Jun 19 5:22 PM
Hi,
Yes..Santosh is correct..You can set more than 30 break points
THanks
Naren
‎2007 Jun 19 5:39 PM
You can set more than 30 breakpoints if you set them after the program starts execution using the "breakpoint at..." functionality .
Rob
‎2007 Jun 19 6:57 PM
hi,
<b>In Program We can set up to 30 dynamic break points.</b>
You can set up to 30 dynamic breakpoints without changing the program code. Dynamic breakpoints can be set either in the ABAP Editor or directly in the Debugger.
no limit for static break points.
To set a static breakpoint, use the ABAP statement <b>BREAK-POINT</b> . Place the breakpoint in the line at which you want to interrupt the program.
Static breakpoints are not normally user-specific.
you can set user-specific static breakpoints using the BREAK statement followed by your user name <b>BREAK <user-name>.</b>
<b> Setting Dynamic Breakpoints in the ABAP Editor</b>
1) Position the cursor on the line of the source code at which you want to set the breakpoint.
2) Choose Utilities-->Breakpoints--->Set or the Stop icon. The system confirms that the breakpoint has been set.
<b>To set a dynamic breakpoint in the Debugger:</b>
1) Position the cursor on the line in which you want to set the breakpoint.
2) Select the line by double-clicking it or choosing Breakpoint----> Set/delete.
<b>follow this link for more information on break-points.</b>
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm
regards,
Ashokreddy