diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index ec414058868..204f3c979d2 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,8 @@ +2003-11-10 Mikhail Khodjaiants + Detail Pane values for casted variables. + * CVariable.java: the qualified name should be chached in the InternalVariable instance + * CArrayPartition.java: added new field to store the chached value of the qualified name + 2003-11-10 Mikhail Khodjaiants Moving the shared library search paths block to mi UI. * ICDTLaunchConfigurationConstants.java: moved the 'ATTR_DEBUGGER_SOLIB_PATH' attribute to mi.