cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable/use debugging WebDynpro for CE

Former Member
0 Kudos

Hi Guys,

I found a tutorial to debug Java WebDynpro applications, but the procedure is not relevant to CE NWDS.

Can anyone advise on how to enable debugging for CE WebDynpro applications?

Kind Regards,

Christiaan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you all very much!

pravesh_verma
Active Contributor
0 Kudos

Hi,

You can debug the JAVA webdynpro applications. Please see this:

Please check you mentioned the correct server and instance name. As you are saying that all you applications are running fine therefore I think you would have mentioned all the required parameters correctly.

After checking all these things, follow the steps below:-

1) From the menu in NWDS -> Click on the Debug symbol. Select "Open Debug Dialoug".

2) Right click on the "Remote Java Application" and select New.

3) Click on the Source tab. Check whether you application is included under the Defualt folder. Only those projects will be debugged which are under this folder.

4) If you application is not there. Click on Add-> Java Project -> Select your Project - > OK. Doing this will add your project in debug instance.

5) Go to Connect tab. Mention the Host name (Same as server name you have mentioned under Window --> Preferences --> SAP AS Java ) AND the Message server port. Please note that this server port is diffrent from the http port.

6) Just click on Debug.

Before all this make sure that your server is running in a debug mode.

I hope after all these steps debug should work. If not please revert back.

Thanks and Regards,

Pravesh

former_member185086
Active Contributor
0 Kudos

Hi

Its relevant for CE versions only.

Please take help form [here|;

(All steps are mentioned here )

Best Regards

Satish Kumar

Edited by: satish jhariya on Mar 24, 2009 11:22 AM