cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP web dynpro Debugger

Former Member
0 Kudos

I want to know how to debugge for AWD.

I know the normal one, which you set the break point and so on.

My point to to run Web Dynpro Debugger

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Ali ,

The functions for debugging Web Dynpro entities are embedded in the new debugger. You therefore need to have selected the new debugger in your Workbench settings.

Selecting the New Debugger

1. In the menu, choose Utilities -> Settings.

2. A dialog box now appears that contains two nested tab page areas. Choose the u201Cparentu201D tab page ABAP Editor.

3. The settings for ABAP Editor always open with the content of the child tab page Editor. Here, select Front End Editor (New).

4. Now switch to the Debugging tab page in the ABAP Editor settings and select New Debugger.

5. Save your changes and close the dialog.

reference :

Debugging Web Dynpro ABAP Applications

http://help.sap.com/saphelp_nw04s/helpdata/en/43/95a6c84f7c60b7e10000000a11466f/content.htm

pls refer the useful article :

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0e9a9d90-0201-0010-478e-991dbea73...

as well

regards,

amit

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

There is nothing in special for WD debugging.

You can set the break point at the point where you want when you double click on the line.

So once the application is opened when that part of code is executed ,

the debugging session is automatically opened.

you can use new debugger .

since classic debugger is obsolete one.

NEW DEBUGGER:

UTILITIES->SETTINGS->ABAPEDITOR->DEBUGGING (TAB)

SELECT NEW DEBUGGER.

If you need any other info in particular please let me know.

Priya

.