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

Breakpoints in Ecc 6.0

Former Member
0 Likes
1,331

Hi all,

I am using ecc 6.0 & i am trying to place a breakpoint on a smartform driver program but it is not allowing me to do that.

The error which i am getting is 'You cannot set more than 30 breakpoints' ..

I have checked the program is active & not a single breakpoint is placed in the program .

Please help me in this.

Regards,

Bhumika

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,306

goto the main program

Utilities>Breakpoints>Display ..

If U find any delete them ..

Hi all,

I am using ecc 6.0 & i am trying to place a breakpoint on a smartform driver program but it is not allowing me to do that.

The error which i am getting is 'You cannot set more than 30 breakpoints' ..

I have checked the program is active & not a single breakpoint is placed in the program .

Please help me in this.

Regards,

Bhumika

7 REPLIES 7
Read only

Former Member
0 Likes
1,307

goto the main program

Utilities>Breakpoints>Display ..

If U find any delete them ..

Read only

0 Likes
1,306

hi sriniwas,

It says 'Breakpoint table is empty' but it is still not allowing me to set a breakpoint.

Read only

0 Likes
1,306

hi ,

just start debugging ....of program ...it will show all the break points......jst delete them ..and save the program .....it will work ....otherwise set break point by writing ....break "user name" , where you want to set break point .

Regards.

Priyank dixit

Read only

0 Likes
1,306

hi priyanka,

actually i dont have a single breakpoint ion my program & it is still not allowing me to set a breakpoint...

Read only

0 Likes
1,306

Hi Bhumi

Do one thing just close this log on session and again login and open your smartform and activate it .

May be it solves your problem .

Regards

Hitesh

Read only

Former Member
0 Likes
1,306

Hi Bhumika,

Is selection screen is available for your driver program after given selecvtion screen values put '/h ' on command promt it will go into debug mode.

then you cancheck your error.

Read only

Former Member
0 Likes
1,306

thanks all