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

Debugging

Former Member
0 Likes
785

Hi all,

I was trying to set a break point in the coding..But its saying External breakpoint is not active and also it is showing a message like u cant set more than 30 break points..

But i dint even set a single break point.How to overcome this problem..How to close all the breakpoints which was previously set..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
767

Hi,

Goto Utilities --> Breakpoints --> Display

Click on 'All Break Points of the Session.

Select the break points and Delete the Selected.

Awrd Points if useful

Bhupal

6 REPLIES 6
Read only

Former Member
0 Likes
767

GO TO YOUR PROGRAM IN CHANGE MODE...USING TRX: SE38...

GO TO THE MENU UTILITIES->EXTERNAL BREAKPOINTS ->DISPLAY -> SELECT ALL BREAKPOINTS ->DELETE

Read only

Former Member
0 Likes
767

Hi,

Run that program in debugging and in the debugging window on the top menu go to breakpoint and in the you will see the option to delete all, select that and then click on save and come out of it. ALL breakpoints will be deleted .

Regards,

Pankaj

Read only

Former Member
0 Likes
767

Hi,

Activate the program.

In debugging mode,From MENU use options delete all breakpoints and set a new break point.

Read only

Former Member
0 Likes
767

Hi,

Select your program.

go to utilities->breakpoint->display.

from there you can delete break points if any are present.

also check any break-point statement is written inside the code.

Regards,

Renjith Michael.

Read only

Former Member
0 Likes
768

Hi,

Goto Utilities --> Breakpoints --> Display

Click on 'All Break Points of the Session.

Select the break points and Delete the Selected.

Awrd Points if useful

Bhupal

Read only

Former Member
0 Likes
767

thanks