Application Development 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: 

Breakpoints in Ecc 6.0

Former Member
0 Kudos

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

Former Member
0 Kudos

goto the main program

Utilities>Breakpoints>Display ..

If U find any delete them ..

7 REPLIES 7

Former Member
0 Kudos

goto the main program

Utilities>Breakpoints>Display ..

If U find any delete them ..

0 Kudos

hi sriniwas,

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

0 Kudos

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

0 Kudos

hi priyanka,

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

0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

thanks all