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

DEBUGGER PROBLEM

Former Member
0 Likes
684

hi experts ,

i am working wid web dynpro abap.

but here i am unable to put break point on a application..

whenever i do it it says you can not have more than 30 break points.

how to resolve it.?

5 REPLIES 5
Read only

Former Member
0 Likes
654

The ABAP debugger allows only a maximum of 30 breakpoints. Accordingly once it reaches 30 it will not allow you to create any further breakpoints. First delete the existing breakpoints. If you are not sure

come out of the session and login again, this will remove the existing breakpoints.

Read only

Former Member
0 Likes
654

Hi Swathi,

You should not set external brek-point more then 30...........

You can do one thing..........you can set the breakpoint as per your requirment in debugging time only.

-Rick

Read only

Former Member
0 Likes
654

hi ,

It seems that there are 30 brk-point previously , so you need to delete those break-points .

To delete those break point you search BREAK-POINT and if you find then you delete them.Else execute it and in debugger you might find those break points.

Regards

Pinaki

Read only

former_member242255
Active Contributor
0 Likes
654

deactivate all the breakpoints and try..

else

you can use the BREAK-POINTstatement and check..

Read only

Former Member
0 Likes
654

Hi:

It can debug via new debugger

just go in setting and click on new debugger under the debugging tab

then click the external point and run the web dynpro.

The system must stop there.

Regards

Shashi