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

Message: 'You cannot set more than 30 breakpoints' - None set

Former Member
0 Likes
2,410

Hi,

I am trying to debug a standard program.

When trying to set a dynamic breakpoint, I get a small dialog screen asking me for the main program. Once selected, I receive the following message:

'You cannot set more than 30 breakpoints'

Debugging using /h from the main program would take a very long time.

I checked and no breakpoints are set (Utilities > Breakpoints > Display).

What do I do? Please help.

Thanks,

John

Hi,

I am trying to debug a standard program.

When trying to set a dynamic breakpoint, I get a small dialog screen asking me for the main program. Once selected, I receive the following message:

'You cannot set more than 30 breakpoints'

Debugging using /h from the main program would take a very long time.

I checked and no breakpoints are set (Utilities > Breakpoints > Display).

What do I do? Please help.

Thanks,

John

7 REPLIES 7
Read only

Former Member
0 Likes
1,691

Hi

check this :

You can not set more than 30 dynamic breakpoints.

Neha

Read only

0 Likes
1,691

I understand. But I am only setting 1 dynamic breakpoint - no others have been set. I've checked.

Read only

Former Member
0 Likes
1,691

What program (include) and line number are you setting the break-point?

Rob

Read only

0 Likes
1,691

Include RMCS00AL, line 195.

The main program is RMCT0600.

Read only

0 Likes
1,691

Well, I had no problem doing this.

But you can get around this by debugging the main program and setting a break-point for the form DATEN_BESCHAFFEN in the include RMCS00AL. You should be able to do this as soon as you start the debugger.

Rob

Read only

0 Likes
1,691

Try this way

double click on " perform daten_beschaffen" then system will ask window and select program RMCT0600 in form "daten_beschaffen" and try to put the break-point there , system will give a popup and select program RMCT0600 and then place the break-point.

Read only

pawan_nadar
Newcomer
0 Likes
1,691

This message was moderated.