Hi Mahesh,
Just put a break point in your code, may be in the Wddoinit or you can put a break point at a place where you want to check for a specific variable or value, the same way as you do in General ABAP.
When you run the WD application and control comes to the break point you can automatically see the Debugger.
Regards,
Ismail.
Hi Mahesh,
Create an external break point in the action handler method of the action , now test you application , perform that action in the browse for which you have set the break point.A new session will be created for debugging.
Regards
Amol Deshmukh
Add a comment