[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] debugging interfaces
|
- From: Eoin Lane <eoin@xxxxxxxxxxxx>
- Date: Wed, 11 Sep 2002 19:44:30 +0100
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
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/
_______________________________