Application Development 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: 

Starting the debugger in a modal screen

Former Member
0 Kudos

Hi All!!..

I try the below, it did not work. Can anyone suggest me how to do this??

https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/library/uuid/840ad679-0601-0010-cd8e-9989fd...

Starting the debugger in a modal screen

Usually in ABAP, when you want to start the debugger from a certain point, you just have to write "/H" in the

command window. But if you are in a modal screen or in a message display, you cannot write the traditional

"/H", here is how to do it :

1.Open notepad and paste these lines in a document : [FUNCTION] Command=/H Title=Debugger Type=SystemCommand

2.Save this document anywhere on your local pc. ex: c:reakpoint.txt

3.Drag&drop this file from the explorer to your ABAP modal screen.... et voila !!

Regards,

Sumanth.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Sumanth,

Try it this way..

open a notepad and paste this

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

<b></b>

each on a different line.<b></b>

save it on the desktop. Then drag this txt file inside the popup window or any place and it should work.

Abhijit

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

Hi,

ideally it should work, i don't know how you are dragging it, drag it on to the screen which you want to debug.

regards

vijay

Former Member
0 Kudos

Hi sumanth,

1. Drag and drop proeprly on the modal screen.

2. FIRST test it on NORMAL SCREEN.

(IT WILL WORK ON NORAMNL SCREEN ALSO)

3. As soon as it is dragged & dropped,

a MESSAGE will appear below in the status bar.

'DEBUGGING SWITCHED ON'

4. AFter that u have to press ENTER button

or invode some fcode,

so that DEBUGGER screeen comes.

(debugging screen won't come directly

after drag & drop)

regards,

amit m.

Former Member
0 Kudos

Hello Sumanth,

Try it this way..

open a notepad and paste this

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

<b></b>

each on a different line.<b></b>

save it on the desktop. Then drag this txt file inside the popup window or any place and it should work.

Abhijit