‎2009 Jul 06 11:12 AM
Hi Friends,
I am working on SAP GUI 710 & ECC 6. When I am debugging, new abap debugger is opening and I can do analysis normally. When we finish the debugging and want to exit, the debugging session is not closing and i get the following message on top of beugging window "ABAP Debugger Control Session 3 (Exclisive)". I want to know if there is any settings to be done to aviod this.
Thanks.............
Regards,
Chandu
‎2009 Jul 06 11:29 AM
Hi,
I think no options for this.
I terminate the debugger with right click on window -> Stop Transaction.
Angelo.
‎2009 Jul 06 11:32 AM
hai prabhu,
u have to change the debugger settings, and to close the extra window of debug just type /hx in command area and enter
the debugger session will be closesd
m.a
‎2009 Jul 06 11:40 AM
Hi Prabhakar,
What actually you are quoting as a problem is standard behavior of ECC 6 New debugger. As you open first debugger session it always display in header "ABAP Debugger Control Session # (Exclusive/ Not exclusive)' and this debugger will be separately closed when the full program will be executed and if you are in mid of execution then this debugger will not be closed. I simulated the scenario for a print program ad checked the same.
Please re vert back in case of still problem persist.
Thanks,
Anshul
‎2009 Jul 06 11:44 AM
Hi Chandu,
When you finish your debuging do not directly press F8 but
Go to Debugger and say Exit Debugger.
This will close your Debugger.
Regards,
Vijay