cancel
Showing results for 
Search instead for 
Did you mean: 

Debug code of GP API in web dynpro

vivek_goenka
Explorer
0 Kudos

hi all

i want to know how can i debug the web dynpro application which also uses the Guided Procedure API.

Thanks in Advance

rds

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi VIVGO,

Its not as tricky as you think it is.Just try debugging the web dynpro application and don't forget to place the break points in the interface view.

Start the debug(considering the application that's running on the same version of the DC).Open the application in debug mode and use the same window for opening the application in GP it will work.

Regards

Amit

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Vivek,

Best regards, Maksim Rashchynski.

vivek_goenka
Explorer
0 Kudos

hi Maksim Rashchynski

i think you got me wrong.

i know how to debug web dynpro applications and also to configure the server in case the debug mode is switched off in the server.

I wanted to know that if my web dynpro application is using the Guided Procedure's API, then how I can debug my application.

if I debug from the Developer Studio, it reaches a point in web dynpro code where i have used the GP API but since i am not invoking the GP, the code throws NullPointerException.

But anyway, thanks for the link.

I have figured out at my own how to debug such web dynpro application which uses GP APIs.

Regards

Vivek