if u r using eclipse tool how can u debbaging u r
application? plz explain with sample code
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of @beforeresult?
What are the conditions for actionform to work correctly?
Why was reload removed from struts (since 1.1)?
What is the default location of result pages and how can we change it?
What are the differences between http direct and http indirect?
Can explain about the validations and in your project where did u used the validations?
What is struts2 framework?
Briefly tell the two kinds of form beans.
What is the forward action utilized for?
What is the purpose of dispatcher result type?
How we can install struts?
What does params interceptor?
In which method of action class the business logic is executed?
Can you explain value stack?
What is life cycle of an interceptor?