cancel
Showing results for 
Search instead for 
Did you mean: 

Shortcut for Debugger

Former Member
0 Kudos

Hi All,

Is it possible to create a shortcut for the Debugger using

'Generate a Shortcut' icon in transaction 'SO01'. Please check application tool bar for the same. I have been trying this because I want to use the debugger when a message(sub screen) pops up.

Thanks,

Karthik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karthik,

Yes, open the shortcut with notepad and set type to command line and enter "/H".

Regards,

John.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Karthik

I don't think that you can create such a shortcut. And, i don't think that you will be able to click on anything on main screen in case of subscreen. But , the options available with you are '/H' and there is a file for dubugger that you can drag and drop on a subscreen to debug it. I will try to find out

Regards

Ashish Jain

Former Member
0 Kudos

Hi,

I think Ashish thinks of the old trick with the file that contains:

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

You can drag and drop this file to the popup to debug it.

Bye,

Stefan

Former Member
0 Kudos

Hi Stefan, Ashish & John,

Yeah the answer by John works, thanks all.

Thanks,

Karthik