cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro ABAP

Former Member
0 Kudos

How to debug a webdynpro application?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Mohan,

Before posting basic questions,Try to google it.

Mohan Vamsi wrote:

How to debug a webdynpro application?

There is no specific methods to debug webdynpro abap coding... just follow as normal debug methods used in ABAP.

Go to any methods in webdynpro abap .. Just set break-point at desired position and run your application, it goes to debug mode..

OR

Use the External Debuggin option/Icon onthe tool bar for WDA application.

In the utilities-> External breakpoints->Set/Delete External Breakpiont and activate them.

If you want more help.. go through this

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

Thanks

Katrice

Former Member
0 Kudos

Thank you

Answers (3)

Answers (3)

Private_Member_3759
Participant
0 Kudos

Hi Mohan,

For debugging a web dynpro application you need to set an external breakpoint which is present just near to session breakpoint or else you can go to Utilities --> External Breakpoints -> Activate / Deactivate.

Then run your application normally through UI. It will stop  where you have set the breakpoint. Please check that the external breakpoint should be activated. Also you should please check that writing breakpoint in coding may not help in this scenario.

Thanks.

Ankita

former_member184958
Active Participant
0 Kudos

Hi,

Suppose you were setting internal break point, it won't be allow you to debug, Just put the external break point where ever you want, Then run your application when that method get trigger the debug will start.

For more info go through the below link,

http://scn.sap.com/thread/1899005

http://scn.sap.com/thread/1937529

http://scn.sap.com/thread/283519

Hope this will helpful to you.

Regards,

John.

Former Member
0 Kudos

Hello,

Its depend on which view you want to debug. Do one thing put a debugger in the WDDOINIT method of the Component Controller after activate the whole component . and use f5 to execute the debugger by this you will be able to debug all the code which come in picture once application gets load and 1st view came on the output.

and put debugger in method of view which you want to see.

BR

Chandra...