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

[468 byte] By [Unknown_Citizena] at [2007-11-27 11:32:42]
# 1

Alternatively , i want to find the java variable ( which i dont know unfortunately)in my project which holds value "123#78"

Unknown_Citizena at 2007-7-29 16:46:59 > top of Java-index,Java Essentials,Java Programming...
# 2

I don't know Eclipse, but in NetBeans you have not only breakpoints that simply break when a certain code line is reached,

but also other types of breakpoints like exception breakpoints and variable access/modify breakpoints.

Perhaps Eclipse has similar features.

tom_jansena at 2007-7-29 16:46:59 > top of Java-index,Java Essentials,Java Programming...