cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug a webdynpro DC

Former Member
0 Kudos

Hi,

Please let me know how to debug a webdynpro DC not local webdynpro application

Accepted Solutions (1)

Accepted Solutions (1)

siddharth_jain
Active Contributor
0 Kudos

Hi,

You can try deleting the file in .config folder or delete the .config folder itself(under .metadata folder) situated under your IDE work space.

But before doing this please make a back up of this folder .

restart your NWDS and see if works.

Because the thread is also mentioning deleting some Config files used by IDE.

You can later on restore the file if it does not work.

Siddharth

Edited by: Siddharth Jain on Sep 29, 2008 3:57 PM

Answers (4)

Answers (4)

siddharth_jain
Active Contributor
0 Kudos

Hi,

Check the following Thread :

Siddharth

Former Member
0 Kudos

Hi Siddharth,

i followed the thread given you but i dont see any folder structure with the name C:\Documents and Settings\<Your user ID>\.sapnetweaver\

Thanks

Bala Duvvuri

snehal_kendre
Active Contributor
0 Kudos

HI,

Switch to debug view,

1. create a new configuration.

2. select the web dynpro DC project you want to debug.

3. select web dynpro application in it.

4. Go to source tab mention the dependent DC's there through which you want to go as you debug your application.

5. mention the break points

Former Member
0 Kudos

Thanks for all for the replies

but when i try to create a new debug configuration it is throwing some error that says

No tab group defined foe launch configuration type org.eclipse.pde.ui.runtimeworkbench

Former Member
0 Kudos

hi

1.In NWDS,Choose Run-->Debug in the main menu.

2.In the list of possible configurations select webdynpro application select New and give Name and Text ,which characterize this debug configuration

3.choose Browse and select the prjct to be debugged and press ok.

4.If application not deployed just check the deploy and archive

checkbox.

5.the configarion is completed then you start debuging by selcting the button debug

Key Points of Debuging

Step into (F5)

The next statement is executed. This means that is you are positioned on a statement containing inner method calls, you will traverse into these methods.

Step over(F6)

The current statement is executed in it entirety, that is, without entering any inner method calls.

StepOut(F7)

The current method is exited and you will traverse back to the calling method.

Resume(F8)

The application exits debug mode and continues with execution.

Suspend

Will pause execution and allows you to view state of variables.

Terminate

Will terminate execution of the program .

Thanks and regards,

Tulasi.Palnati

if it useful give me points.

Former Member
0 Kudos

Hi,

Pls let me know how can i solve this problem and debug the java application

Thanks

Bala Duvvuri

former_member201361
Active Contributor
0 Kudos

hi,

Please follow this link for debugging the Web dynpro Application .

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/849170e3-0601-0010-d59e-ddfce735fac5]

Thanks and Regards

Former Member
0 Kudos

Hi,

Hope your WAS server is running in debug mode

Click on Run->Debug Dialog

Under the node Remote Java application

Right click select new

specify your debug port and server name add the Dc to the source.

Once this done, put the break point

Launch your debugger

Regards

Ayyapparaj