ā2014 Nov 26 7:56 AM
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?
ā2014 Nov 26 8:47 AM
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.
ā2014 Nov 26 8:20 AM
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
ā2014 Nov 26 8:47 AM
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.