Click here to Skip to main content
16,018,802 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i have developed project and hosted it. but some times the link is not working getting exceptions in my code. but some times its working perfectly. in Localhost its always working perfectly. how can i remove all bugs. i dont how to do . please give me suggestion how to resolve this problem. Am using struts 1.3 and mysql db. I have written entire methods in dao classes. and called it using action classes.
Posted
Comments
ridoy 21-Sep-13 3:04am    
As we can't see your project requirement and what you developed,so it is difficult to guide you.you need to explain your question clearly,share code and error list that you have faced.
Richard MacCutchan 21-Sep-13 3:58am    
You need to add some logging messages to your code to trace what is happening, so that you can identify where the errors are occurring.

1 solution

You can place a breakpoint on an exception - then the application will hold when the exception apears:

How to add Java Exception Breakpoint in Eclipse[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900