[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] debugging interfaces

I have a question about debugging interfaces in eclipse. If I set a break point at the following line:

ICollection bag = factor.getResult();

Since ICollection is an interface and factor.getResult() can return an implementation of this interface. However when debugging how can I tell eclipse debugger which of the implementation of the ICollection interface I am using in this instance, inorder to inspect the properties of the concrete implementation.

Thanks,

Eoin

_______________________________
Eoin Lane, PhD
http://www.eoinlane.com/
_______________________________