if u r using eclipse tool how can u debbaging u r
application? plz explain with sample code

Answers were Sorted based on User's Feedback



if u r using eclipse tool how can u debbaging u r application? plz explain with sample code..

Answer / sreenivasa rao

we Need to put debug points. and then start server in the
debig mode if server based appl. and then put eclipse in
the debug mode and then run your application.

when we are running the application the flow/process will
stop at the first debug point. from there you can use f3,
f4, f5 functional keys and then move to next step.

if you have any more answer send an email to me.

Is This Answer Correct ?    18 Yes 1 No

if u r using eclipse tool how can u debbaging u r application? plz explain with sample code..

Answer / somendu maiti

keep watching on the values for the variables which would
be changing, if u put the pointer u will find the value. u
can also right click and click on "inspect" to not the
variable and values associated with it.. keep pressing F6
until u get to the desired location where u r getting any
failure or what ever condition u want.....

Is This Answer Correct ?    0 Yes 4 No

if u r using eclipse tool how can u debbaging u r application? plz explain with sample code..

Answer / mallikarjun palleboina

In Eclipse, we use Junit, a tool is used for debugging the
application

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More Struts Interview Questions

What types of Actions we have in Struts?

3 Answers   TCS,


What is the default suffix for Struts2 action URI and how can we change it?

0 Answers  


I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the

0 Answers   Techno Solutions,


What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

0 Answers  


What is the purpose of @intrangefieldvalidator annotation?

0 Answers  






How nested beans can be used in Struts applications?

0 Answers  


What is the default location of result pages and how can we change it?

0 Answers  


How to pass runtime Parameter in Struts1.2?

2 Answers  


Difference between struts1.2 and struts2.0?

3 Answers   Bank Of America, HCL, Value Labs,


What do you mean by ognl?

0 Answers  


How exception handling is provided in struts?

2 Answers   Accenture,


How do you convert struts to springs?

0 Answers  


Categories