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: 

help reqd to deactivate the debugger

Former Member
0 Kudos

Hi. all

Could u pls help me how to deactivate the debugger mode for se71....

mine one is going to debugging slot whenever im executing the layout/program

thanks n regards

sankar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If u have set debugging in sapscript screen using menu Utilities-----> Activate Debugger, then it won't take second time for debugging mode.

See in sapscript only once for the first time it will take u to debugging screen. After exceution of first time, it won't take u again to debugging. This has been checked.

But if in program if u have set break-point, u have to deactivate, this will everytime take to debugging mode.

Message was edited by:

Sathyaa

4 REPLIES 4

Former Member
0 Kudos

Hi,

If u have set debugging in sapscript screen using menu Utilities-----> Activate Debugger, then it won't take second time for debugging mode.

See in sapscript only once for the first time it will take u to debugging screen. After exceution of first time, it won't take u again to debugging. This has been checked.

But if in program if u have set break-point, u have to deactivate, this will everytime take to debugging mode.

Message was edited by:

Sathyaa

Former Member
0 Kudos

Hi Sankar,

I guess either you or somebody must have hard coded a break point in te SAPScript and hence it is not getting deactivated.

The best way is to find out the hard coded breakpoint.If in case,you are unable to find one or there exists none,then it is better to logoff and then login again as the debugger is active till your session is active.

In case you have any further clarifications,do let me know.

Regards,

Puneet Jhari.

Former Member
0 Kudos

Hi Sankar,

When it jumps to debugging mode in the menubar select the

->select breakpints in menubar

->under that Delete all

Thanks

Nethaji

0 Kudos

thanks to all...

as u said,the 3rd time was stopped and it is not coming out now...

bye