cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO DEBUG WDA APPLICATION

Former Member
0 Kudos

Hi All,

how to debug a web dynpro abap application?

Thanks,

Raju.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Utilities->External breakpoints->Activate

This will activate external debugging...now put your breakpoints and run the application.

regards,

Priyank

Former Member
0 Kudos

Hi Raju,

Just put the debugger at the line u want to debug as in normal abap programming , then run the application. If this doesnt work, you have to activate Extenal debugging.

Regards

Sarath

Yashpal
Active Contributor
0 Kudos

Hi,

You can set breakpoint in any method of ur controller method by pressing ctrl+ shift+ f12 .

Regards

Yash