Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Proposal: value of an array variable to display the location (address) of the array

Up till now, the "value" column in the Variables view displayed an empty string for an array variable. The proposed fix to 116302 causes the address of the array to show up instead. This is consistent with how arrays are treated in the C/C++ language. Please see

	https://bugs.eclipse.org/bugs/show_bug.cgi?id=116302

Mikhail agrees with my assesment, but recommended I post this proposed behavioral change to the mailing list. Let me know if you have an objection or concern.

John



Back to the top