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

Terminating debugger session window

rainer_hbenthal
Active Contributor
0 Likes
5,570

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?

8 REPLIES 8
Read only

GauthamV
Active Contributor
0 Likes
3,142

> 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 ?

Read only

0 Likes
3,142

/n just goes to the root without closing the window, /i closes both

Read only

GauthamV
Active Contributor
0 Likes
3,142

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.

Read only

0 Likes
3,142

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

Read only

GauthamV
Active Contributor
0 Likes
3,142

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.

Read only

Former Member
0 Likes
3,142

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

Read only

Former Member
3,142

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

.

Read only

gayathri_jayajeevan2
Participant
0 Likes
3,142

/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".