‎2008 Jan 02 7:09 AM
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..
‎2008 Jan 02 7:14 AM
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
‎2008 Jan 02 7:13 AM
GO TO YOUR PROGRAM IN CHANGE MODE...USING TRX: SE38...
GO TO THE MENU UTILITIES->EXTERNAL BREAKPOINTS ->DISPLAY -> SELECT ALL BREAKPOINTS ->DELETE
‎2008 Jan 02 7:14 AM
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
‎2008 Jan 02 7:14 AM
Hi,
Activate the program.
In debugging mode,From MENU use options delete all breakpoints and set a new break point.
‎2008 Jan 02 7:14 AM
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.
‎2008 Jan 02 7:14 AM
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
‎2008 Jan 02 7:45 AM