Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] getValueString for array variable

Hi,
 
The implementation of
         org.eclipse.cdt.debug.internal.core.model.CIndexedValue.getValueString()
just returns a null string "". 
Could any one tell me what's that function supposed to do, return the address of the array variable, or the string of values of all array elements ?
 
Thanks !
 
-- Ling

Back to the top