Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-07-30 21:27:45 +0000
committerMikhail Khodjaiants2004-07-30 21:27:45 +0000
commitaa22210b4ea8392f02027f18ed56088089a6eab6 (patch)
tree6540b4bf0ae6f7860e9dd6711192f30dc3297991 /debug/org.eclipse.cdt.debug.ui/ChangeLog
parent01eef6aa4b04c721a265932118c8ab2985da5d59 (diff)
downloadorg.eclipse.cdt-aa22210b4ea8392f02027f18ed56088089a6eab6.tar.gz
org.eclipse.cdt-aa22210b4ea8392f02027f18ed56088089a6eab6.tar.xz
org.eclipse.cdt-aa22210b4ea8392f02027f18ed56088089a6eab6.zip
Display the error message in the variable's label if the value of variable can not be retrieved.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index a9e531f6e41..971512d4ab6 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-30 Mikhail Khodjaiants
+ Display the error message in the variable's label if the value of variable can not be retrieved.
+ * CDebugUIMessages.properties
+ * CDTDebugModelPresentation.java
+
2004-07-23 Mikhail Khodjaiants
More informative error messages.
* CDebugUIMessages.properties

Back to the top