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: 

Debugging code in Enhancement implementation

Former Member
0 Kudos

Hi,

I want to debug code inside an Enhancement-Point and Endenhancement Section. The enhancement point is already implemented.

When i execute the transaction in Debugging mode, the control does not go inside the code in the implementation. Please give some pointers on this.

Thanks,

Lakshmi.

2 REPLIES 2

Former Member
0 Kudos

HI,

just put a line..

break-point

or

break <USERID>

and try

0 Kudos

Hi,

I cannot modify the code. Please tell me some other way if there is any.

Thanks,

Lakshmi.