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: 

Removing static break points

Former Member
0 Kudos

Hi All,

I have to remove Static (Break-Point) Break Point from the code in which the program has released to quality. But, this program is uploading bulk amount of data.

Without changing code in development, Could you please tell me is there any option to disable Break-Point in Quality and Production.

Thanks,

GR

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

In newer releases you can assign a checkpoint group to a break-point and toggle the activation separately in each system via transaction SAAB. However you need to change your code once more to add the option ID to the BREAK-POINT statements.

Otherwise, no chance to make it conditional per system, as far as I can see.

Thomas

0 Kudos

Don't know if this is possible, but you can try and remove authorization for debugging in user profile, just not sure if this will create a dump or simply give an error of authorization and carry on the code.

Former Member
0 Kudos

Would recommend, change the code to remove the break-points ASAP.

Also, always use break points specific to your id's. (BREAK USERID).