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: 

advance debugging

Former Member
0 Kudos

Hi friends

1) wat is debugging???????

2) and wat is advance debugging

1 ACCEPTED SOLUTION

rajasekhar_matukumalli3
Active Participant
0 Kudos

Hi Gaurav,

Please go through this link. It has clear tutorial and material on using new ABAP Debugger.

/docs/DOC-18474#idayw3me [original link is broken] [original link is broken]

Hope this solves your question.

Enjoy SAP. Reward points if useful.

Rajasekhar

6 REPLIES 6

suresh_datti
Active Contributor
0 Kudos

Pl check the SAP Help <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm">Debugger</a>.

~Suresh

Former Member
0 Kudos

Debugger used to show how the program is executing, how the contents is varying across the program.

ferry_lianto
Active Contributor
0 Kudos

Hi,

The debugger is a programming tool that you can use to execute ABAP programs, by line or by section. With this tool, you can display data objects and check the flow logic of programs.

Two types of debugging are currently possible: Debugging with the classic Debugger for release levels up to and including 6.40 or debugging with the new Debugger, which is available for all releases after 6.40. The main differences between the classic and the new ABAP Debuggers are described below:

- The Classic ABAP Debugger runs in the same roll area as the application to be analyzed (debuggee). It is therefore displayed in the same window as the application. However, this technology also has some restrictions. For example, some ABAP programs (such as conversion exist) cannot be analyzed in debug mode for technical reasons. However, the most significant restriction is that no ABAP technology can be used for designing the Debugger interface and it is therefore not possible to create a modern user interface.

- The New ABAP Debugger, on the other hand, is executed in a separate external session (Debugger), while the application to be analyzed (debuggee) uses a second external session. With this technology, the user interface of the Debugger can be designed freely by ABAP means.

The new Debugger provides the user with a flexible interface that can be configured as required and has more than eight desktops. Here it is possible to place and arrange up to four tools - depending on the user's selection. For example, it is possible to display source texts or structures. In this way, the user can design the Debugger interface according to his own individual requirements.

For more information, please check this links.

http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9cbb7716-0a01-0010-58b1-a2d...

For debugging tutorial:

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

http://www.sapdevelopment.co.uk/tips/debug/debughome.htm

http://www.sap-basis-abap.com/sapab002.htm

Regards,

Ferry Lianto

rajasekhar_matukumalli3
Active Participant
0 Kudos

Hi Gaurav,

Please go through this link. It has clear tutorial and material on using new ABAP Debugger.

/docs/DOC-18474#idayw3me [original link is broken] [original link is broken]

Hope this solves your question.

Enjoy SAP. Reward points if useful.

Rajasekhar

aris_hidalgo
Contributor
0 Kudos

Hi,

Please check out this tutorial by SDN. I hope this helps...

http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm

P.S. Please award points if found useful...

Former Member
0 Kudos

hi everybody thanks my question ios answered