How to track the errors in Eclipse | Selenium Forum
M
Posted on 23/03/2016
Hi
How to track all the errors in eclipse.I have run a set of code in eclipse but inbetween some error are occur suddenly stop the execution. I want run a ful code after that finally list down all the errors. What is a solution for this issue.
Suppose the java code run in a scheduler based at every morning.how to find the errors .better we have to stored the errors in excel or somewhere?

M
Replied on 25/03/2016

you have to handle exception and you can use debug mode in eclipse.