cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure debugger

Former Member
0 Kudos

How do i set debugger in eclise for SAP Netweaver java appication/portal.

Thanks and Regards,

Nitin Uikey

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

See this help

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/66/547f09281d464b951c9a3a6b06a12d/frameset.htm">Debugging J2EE Applications</a>

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm">Debugging a Web Dynpro Application</a>

Kind Regards

Mukesh

Former Member
0 Kudos

Hi,

Enabling debugging on the server.

1. Choose Window Show View Other.

2. Choose J2EE J2EE Engine.

3. Choose OK.

4. In the J2EE Engine view, expand the tree and select the relevant process.

You might have to choose Refresh tree to see it.

5. Call up the context menu of the process and choose Enable debugging of process.

The process will restart. This may take some time.

6. Choose Refresh tree to see new status.

If the process has restarted, Debug Mode is now ON.

To perform debugging you need to create a configuration

1. Choose Run ® Debug...

2. In the Configurations pane, select the node Web Dynpro Application.

3. Choose New.

4. In the Name field, enter a name for the configuration.

5. On the Debug tab, select the upper Browse... button

6. In the popup, select the Web Dynpro project to be debugged and choose OK.

7. On the Debug tab, select the lower Browse... button.

8. In the popup, select the Web Dynpro application to be debugged and choose OK.

9. In the J2EE engine tab, select the relevant server.

10. Choose Apply.

11. Choose Close.

Alternatively choose Debug to start debugging

For Portal debugging

in the above replace step 2 with

In the Configurations pane, select the node Remote Java Application.

Rest as mentioned above

Put a break point and start debugging.

Regards

Ayyapparaj