summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-04-13 06:43:01 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-04-13 06:43:01 (GMT)
commit1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9 (patch)
tree0727132859d4ad381fbc4a9fc7ed02ac2401551f /README
parent1157fd5b8b7ad5feced2304400ea2a6d34fc9998 (diff)
downloadcv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.zip
cv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.tar.gz
cv2pdb-1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9.tar.bz2
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index cf17e0c..e17c560 100644
--- a/README
+++ b/README
@@ -71,6 +71,11 @@ you are using. Unfortunately, this information is not embedded into
the debug information. The default is -D2. So far, this information
is only needed to determine whether "char[]" or "const char[]" is
translated to "string".
+
+Starting with DMD 2.043, assoiciative arrays have a slightly different
+implementation, so debug information needs to be adjusted aswell.
+Use -D 2.043 or higher to produce the matching debug info.
+
Option -C tells the program, that you want to debug a program compiled
with DMC, the Digital Mars C/C++ compiler. It will disable some of the
D specific functions and will enable adjustment of stack variable names.