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

problem in debugging?

Former Member
0 Likes
1,070

Hi abap experts,

In SM 13 i fount the error , when i click that error it will open another screen in that when clik on error it goes to dump. so i went for se38 open the  program i put the break point and press f8 its not working so i went for debugging mode when i go to step by step by pressing f5 its going but its not going thru breakpoint its came out from degug ,can u please tell me how to dubugg?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
929

Hello Balaji,

You need to activate UPDATE Debugging in the debugger screen as suggested by Deependra.

Once you goes to debugger screen click on Setting and Click the Check box of the Update debugging as shown in the screen shot.

Make use of External Break Point instead of session break point.

2 REPLIES 2
Read only

deependra_shekhawat3
Contributor
0 Likes
929

Hi,

Put session breakpoint at required position and activate update debugging. The error you are getting found in SM13 that means you are getting error in update task  .

Activate update debugging by Setting->Change debugger profile.

Rg,

Deeps

Read only

Former Member
0 Likes
930

Hello Balaji,

You need to activate UPDATE Debugging in the debugger screen as suggested by Deependra.

Once you goes to debugger screen click on Setting and Click the Check box of the Update debugging as shown in the screen shot.

Make use of External Break Point instead of session break point.