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

how to debug the debugger

Former Member
0 Likes
687

Hi,

i have a filosofical question:

if i am in the abap debugger (/h somehere in the tcode)

how cna i start debugging the debugger itself?

What abap program is the abap debugger?

How can i find out where the information that a variable has been changed in the debugger is logged?

Thanks in advance and kind regards

Antonio

3 REPLIES 3
Read only

Former Member
0 Likes
484

Hi Antonio,

welcome to SDN world.

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/043cf7ed2b11d4aa9a006094b92fad/frameset.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm

reward points for helpfull answers and close the thread if your question is solved.

regards,

venu.

Read only

Former Member
0 Likes
484

Hi Antonio,

Yes u can debug without '/h'...

1. Take a fresh SAP screen.

2. Click the icon “Generates a shortcut on the desktop” (3rd last icon on tool bar)

3.In the “Application”, change the following:

Type: System Command

Command: /h

Title: Any preferred title name. (e.g.: My Debugger)

4. This displays the following message:

“The shortcut file ‘C:\Documents and Settings\ur name\Desktop\PDC My Debugger. Sap’ was created

5. Now on the desktop we can find a new icon:

6. Step 3: Click and drag this icon and put it in the sap screen from where u want the debug to start.

7. now, if we select an item it will go to the debugging screen

This i useful in a case where where '/h' is not immeterial!!!.

I hope this is what u wanted.

Best Regards,

Anjali

Read only

Former Member
0 Likes
484

I don't think it is possible to debug the debugger. At least I am not aware if any compiled or interpreted language support debugging of debugger. Do you know any language that does something similar ?

Cheers,

Sanjeev