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 are the advantages of spring mvc over struts mvc?

0 Answers  


1.when actionservelet execute. 2.when web.xml executes

3 Answers  


What is the purpose of @element annotation annotation?

0 Answers  


What is Struts Flow?

17 Answers   CTS, rsystems,


What do you mean by actionform?

0 Answers  






What are the differences between http direct and http indirect?

0 Answers  


Explain about token feature in struts?

0 Answers   Tech Mahindra,


wahts the diif between Mvc1 and Mvc2?

3 Answers   Wipro,


What is package name in struts xml?

0 Answers  


What is action class? What are the types of action class?

0 Answers  


Can we write our own ActionServlet for front controller of Struts Applications?

2 Answers   NIIT,


how many methods are there in RequestPrccesor class?

2 Answers   Infosys,


Categories