Creating Debug Configurations in the Developer Studio 
Debug configurations store sets of debugging settings. You can reuse these configurations. SAP NetWeaver Developer Studio automatically recognizes the application type according to the associated Java EE project type, and displays only relevant debugging settings.
Open the Java EE perspective (using Window →Open Perspective →Other →Java EE).
Choose Run →Debug Configurations →SAP Application and then in the context menu choose New.
A new debug configuration is created. You can now configure it.
Configure the necessary debug settings as described in the following table:
Page |
Description |
|---|---|
Module |
Specify here the Java EE project and its component you want to debug.
|
Runtime |
Specify here the SAP system to be connected, and the server process to be used for debugging. Optionally, you can also specify using a debug proxy. |
Source |
Contains the source paths for the application (defined automatically). |
Common |
Additional display settings. |
Enter a descriptive configuration name and choose the Apply button.
Choose Debug to start a debugging session.
The debugging session is initiated, and you can continue by monitoring the application execution in the Web browser window, and controlling the corresponding source code in the Debug perspective.