[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] An interesting feature
|
- From: Jim Sculley <niceguy@xxxxxxxxxxx>
- Date: Wed, 22 Aug 2001 13:39:10 -0400
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.3) Gecko/20010801
I just noticed a feature of the 'Variables' window of the Debugger. I
didn't understand it at first, but now it makes sense. If you have a
variable which is an array, and the array is large, the Variables window
splits the data into sections for display. So, a 300 element array of
Objects looks like this:
elementData
+- elementData[0..99]
+- elementData[100..199]
+- elementData[200-299]
At first I thought it was some sort of array of arrays.
Very useful feature.
Jim S.