1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00
This commit is contained in:
Alain Magloire 2003-03-11 15:56:04 +00:00
parent fdfc8a1b98
commit 8ceec2dbb8
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-03-11 Alain Magloire
* src/org/eclipse/cdt/debug/core/cdi/ICDIvariableManager.java:
New methods getVariableObjectAsArray(), getVariableObjectAsType().
2003-03-09 Mikhail Khodjaiants
Core support of the "Display As Array" action.
* ICastToArray.java

View file

@ -1,3 +1,8 @@
2003-03-11 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java:
New methods getVariableObjectAsArray() getVariableObjectAsType().
2003-03-03 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/CommandQueue.java (print): Comment out.