cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug Web-UI Code

Former Member
0 Kudos

Dear CRM Guru's,

Can you please tell me how do I debug the Web-UI code. I would like debug BP_HEAD or BP_CONT components. Appreciate your inputs.

Thanks!

Surya.

Accepted Solutions (0)

Answers (1)

Answers (1)

CarstenKasper
Active Contributor
0 Kudos

Hi Surya,

you do not debug component, you debug views.

When inside the webclient place your cursor inside a field an press F2. THe popup will tell you component and view you are in.

Next open them up in bsp_wd_cmpwb and set a breakpoint in one of the methods of a view controller.

DO_PREPARE_OUTPUT is usually a good starting point when debugging output to the user

DO_HANDLE_EVENT comes in handy for input processing.

It depends on the problem you are facing.A lot of stuff is done in the context nodes, some on the .htm pages and a huge load of background processing in the GenIL.

cheers Carsten

Former Member
0 Kudos

Make sure you put the 'external' break-point.

-ASB