[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] An interesting feature

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.