2008 Aug 12 3:04 AM
Hi ,all
What T-CODE can be used for debugging switched off ? As we know /h can be used by debugging switched on.
Thx!
Edited by: xuehui li on Aug 12, 2008 4:04 AM
Edited by: xuehui li on Aug 12, 2008 4:05 AM
2008 Aug 12 3:39 AM
Hi,
Theres no T-code for that. But if you are in debugging mode you can do "debugging off" by selecting it from debugging menu in top-left corner.
Hope this solves it.
Thanks,
Hitesh
Hi ,all
What T-CODE can be used for debugging switched off ? As we know /h can be used by debugging switched on.
Thx!
Edited by: xuehui li on Aug 12, 2008 4:04 AM
Edited by: xuehui li on Aug 12, 2008 4:05 AM
2008 Aug 12 3:39 AM
Hi,
Theres no T-code for that. But if you are in debugging mode you can do "debugging off" by selecting it from debugging menu in top-left corner.
Hope this solves it.
Thanks,
Hitesh
2008 Aug 12 4:03 AM
Thank you for your reply.
to Hitesh K :
But I never find "debugging off" under the debuffing menu.
I do not know why.
to Madan:
Do u mean delete the debugging authorization for my user profile? I will try this
Thx!
Edited by: xuehui li on Aug 12, 2008 5:09 AM
2008 Aug 12 3:45 AM
hi,
check out with your basis to disable '/h' option... this should be possible.. its more like having authorization to debug.. its in the authorization object... talk to ur basis... they will help u...
2008 Aug 12 4:14 AM
Hi,
Debugging--> top left corner of debugging mode after database Debugging off.
If you arenot able to do so ask the Basis team member will provide you the debugging rights or also you can try with SU3 >Parameter>One of the parameter ID will be blank if it is make it 'X' with consent of your Basis team member. That will provide you the debugging rights.
Go through this link.
http://help.sap.com/saphelp_nw70/helpdata/en/c6/617cb5e68c11d2b2ab080009b43351/content.htm
Mohinder
Edited by: Mohinder Singh Chauhan on Aug 12, 2008 5:33 AM
Edited by: Mohinder Singh Chauhan on Aug 12, 2008 5:47 AM
2008 Aug 12 4:17 AM
Hi ,
There is no transaction on which you can switch off the Debugging. The only thing is there is an option (Debugging Off) . you click on that option and debugging will off.
Thanks,
Chidanand
2008 Aug 12 4:59 AM
Hi,
There is no such t code. But when u r in debugging mode if u want to exit from the debugger then type GG in command prompt and press enter. Control will come out of debug mode.
This GG is not T code but OK code.
Thanks,
Vinod.
2008 Aug 12 5:09 AM
Hi,
There is no specific Tcode to enter into debugging mode directly.
you can use
/h, stop icon, break-point,.....
once u r in debugging mode..then if you want to come out of that screen. you can directly enter GG in the command field.
or you can click on 'debugging switched off' in the file menu.
Regards,
Raj
2008 Aug 12 5:10 AM
Hi
You can have the following different situations:
The Debugger is ready for input and the application is waiting for input. In this case, you must choose Debugger -> Exit Debugger. This way, the Debugger is closed and the application continues to run. If the Debugger and the application are to be exited at the same time, you must choose the menu path Debugger -> Exit Application and Debugger.
The application is ready for input and the Debugger is waiting for input. In this case, the Debugger attached to this mode is closed using the function code /hx.
2008 Aug 12 6:00 AM
My question has been answered.
method.
step1. change to debugging mode to classical mode under the debugging menu.
step2. click 'debugging off' under the debugging menu.
Tips. if u never change the debugging mode to classical, the "debugging off" item will never happend.
then, it is works.
Thank you all.
Edited by: xuehui li on Aug 12, 2008 7:00 AM