summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-04 21:34:44 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-04 21:34:44 (GMT)
commit890a9b3e4f9384f8937646d49848aa669f93ed8e (patch)
tree922645525e098b8a22ff6c890df830eac382a39d /TODO
parent1ebb42385c535860df1455656f39699bffb20937 (diff)
downloadcv2pdb-890a9b3e4f9384f8937646d49848aa669f93ed8e.zip
cv2pdb-890a9b3e4f9384f8937646d49848aa669f93ed8e.tar.gz
cv2pdb-890a9b3e4f9384f8937646d49848aa669f93ed8e.tar.bz2
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index f40c257..774b819 100644
--- a/TODO
+++ b/TODO
@@ -12,8 +12,6 @@ in the future, but not all have a known solution.
but it looks ugly
* "this.var" is not a valid debugger expression, you have to use
"var" or "this->var"
-* strings are displayed zero-terminated, not D style (though display
- is often ok)
* global/static vars have to be watched with full module and class name
specified (e.g. module@globvar)
* type of associative arrays is displayed as aa<*> to allow overload
@@ -21,5 +19,5 @@ in the future, but not all have a known solution.
* DMD does not emit different debug information for const and invariant,
type info is the same
* type display of delegate does not have arguments
-* assoc_array.length cannot be displayed (it is assoc_array.a->length)
-* support DMC debug info?
+* assoc_array.length cannot be displayed (it is assoc_array.a->nodes)
+* enum values not displayed