find exception
In a java code there are multiplenested for loops with codes
In one of the for loop , the control is throwing exception.
i want to find when and where this exception is thrown.
i am using eclipse.
what can i do ? breakpoints does not seem to be fruitful in this case.
My codes are in read only mode ......i dont want to modify the code for debugging unless its impossible
Message was edited by:
Unknown_Citizen

