cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging feature of SAP Netweaver

Former Member
0 Kudos

Hi,

We have been using SAP Netweaver for our application.Can anybody help us with the debugging mode of the plug-in.How to set break points and how to use the feature(debuggiing) as a whole.Till now we have been using the portal logger for the debugging purpose.

Thanks and Regards,

sanad suman

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member192818
Active Participant
0 Kudos

Hey,

Try this link.

Thank You.

Sumit.

former_member192818
Active Participant
0 Kudos

The link on that log is not working, try this one.

Best.

Sumit.

Former Member
0 Kudos

Hi Sanad,

Try this <a href="http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/eclipse/debuggingineclipse.html">link</a>.

Regards,

Pooja.

pravesh_verma
Active Contributor
0 Kudos

Hi Sanad,

Open the "<b>SAP J2EE Engine Cluster Overview</b>" And there you will see the <b>ICM instance</b> and the <b>server0 instance</b> of your Server. Right click on the server0 instance and click the opetion "<b>Enable debugging of Process</b>". This will restrat your server in the debugging mode.

Now just go to the <b>Debug Perspective</b> and click the option <b>Debug</b>. Then go to the option "<b>Remote Java Application</b>" and select the project you want to debug. Give the <b>Host and port</b> and Apply the settings and now click Debug. This will start the project in the debug mode.

You can set the break points by doule clicking in front of the line you want to debug. By this you can set the break point and debug the program.

I hope this helps you.

Regards

Pravesh

PS: Please consider rewarding points if helpful.

Former Member
0 Kudos

hi sanad,

See this weblog on NetWeaver Portal Debugging

Regards,

Ganesh N