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

break points in debugging

Former Member
0 Likes
1,324

Hi,

How many break points we can put in a program.

regds

pavan

11 REPLIES 11
Read only

Former Member
0 Likes
1,087

I do not think that there is any limitation.

Read only

Former Member
0 Likes
1,087

HI,

I think that There is no limitation.

Regards,

bala.

Read only

Former Member
0 Likes
1,087

Hey it's 30 max.

Regds

Read only

Former Member
0 Likes
1,087

30 break-points

Read only

Shivaji16
Active Participant
0 Likes
1,087

You can put 30 Dynamic Breakpoints..

Read only

Former Member
0 Likes
1,087

HI,

There are 2 types of Break points we can use in ABAP

<i><b>Static Breakpoints</b></i>

Static breakpoints are not normally user-specific. Once a user has inserted the statement BREAK-POINT or BREAK name in an ABAP program, the system always interrupts the program at that point for that user or only for the user name. you can write this statements as many as you want in the programs

<u><b>Dynamic Breakpoints</b></u>

Dynamic breakpoints are user-specific. Therefore, you should use them if you only want the program to be interrupted when you run it yourself, not when it is being executed by other users. All dynamic breakpoints are deleted when you log off from the R/3 System

You can set up to <b>30 dynamic breakpoints</b> without changing the program code. Dynamic breakpoints can be set either in the ABAP Editor or directly in the Debugger

Thanks

Sudheer

Read only

0 Likes
1,087

Hi sudheer,

Thanks for information

regds

pavan

Read only

0 Likes
1,087

You are requested to reward points and close the string.

Read only

Former Member
0 Likes
1,087

You cannot set more than 30 breakpoints.

Read only

Former Member
0 Likes
1,087

Hi Pavan,

You can set 30 break points and 10 watch points for a program

to check put one breakpoint in a program and debug , there click on the break points push button , there u can check

Read only

Former Member
0 Likes
1,087

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

<b></b>