‎2010 Feb 02 9:34 AM
Hi,
sometimes the debuger session window is not closed after program end. As far as i remeber there is a command like /h to release the debugger window from the actual session and closes it.
Of course i can switch to that window and close it via x, put sometimes its faster to have a shurtcut.
I tried several / commands, but none of them worked as desired. So can ynoyone tell me the command to do that?
‎2010 Feb 02 9:38 AM
> sometimes the debuger session window is not closed after program end. .
>
Yes, sometimes you have to come out of the session to end the debugging mode.
Did you try /n or /i ?
‎2010 Feb 02 9:57 AM
/n just goes to the root without closing the window, /i closes both
‎2010 Feb 02 10:05 AM
I am working in ECC 6.0 and /i is perfectly working for me.
Not sure about other versions.May be you can try that /hx in other versions.
‎2010 Feb 02 10:53 AM
This is my scenario:
i'm in the editor, setting a breakpoint and invoking the report. Debuger pops up, after pogram termination the debuger window keeps open in the background while i'm back in the editor.
/i closes both the editor and the debuger, if these are the only sessions i'm asked if i really want to log off.
/hx closes the debuger window only
‎2010 Feb 02 11:00 AM
If i do the same these are my results.
/i closes both the editor and the debugger, and takes both sessions to SAP easy access screen.
/hx doesn't have any effect at all,still remains in debugging mode.
‎2010 Feb 02 9:52 AM
Hi,
Yes it will not come out till u completely come out of the particular transaction where u r debugging.
You can try by /n.
Mostly if u donot require at all the ...
Than you can stop the transaction or EXIT.
Regards
Arbind
‎2020 Jan 28 2:10 PM
Hi Rainer,
to close the debug sessione when the transaction ending, you have to start any debug and than you have to go to "Settings" -> "Changing Debbugger Profile/Settings" and set flag "Close Debugger after 'Continue'(F8) and Roll Area end"
Regards
Mara
.
‎2020 Feb 07 11:56 AM
/hx is used to cancel the debugger session explicitly. And the other option is as Maria mentioned, setting "Close Debugger After Continue‘F8’ And Roll Area End".