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

Neb ABAP Debugger Problem

Former Member
0 Likes
656

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

4 REPLIES 4
Read only

former_member302911
Active Participant
0 Likes
609

Hi,

I think no options for this.

I terminate the debugger with right click on window -> Stop Transaction.

Angelo.

Read only

Former Member
0 Likes
609

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

Read only

Former Member
0 Likes
609

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

Read only

Former Member
0 Likes
609

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