summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-19 11:03:14 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-19 11:03:14 (GMT)
commitd2251150c76d9c2b139c3cc86aeaedd99ba2d03d (patch)
tree2273ab1599f51006f8d8bf57f95ea64b35518c60 /INSTALL
parentd23bb945bd86c6533c78846f095337d776e2bc4a (diff)
downloadcv2pdb-d2251150c76d9c2b139c3cc86aeaedd99ba2d03d.zip
cv2pdb-d2251150c76d9c2b139c3cc86aeaedd99ba2d03d.tar.gz
cv2pdb-d2251150c76d9c2b139c3cc86aeaedd99ba2d03d.tar.bz2
v0.9:
* fixed line number info at the end of a segment or when switching to another file because of inline expansion * fixed line numbers > 32767 and sections with 0 line number entries
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 8 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 4b82dbd..76bafeb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -34,11 +34,7 @@ navigating to the file extensions option page (found in Tools -> Options
with editor "Microsoft Visual C++". This will also enable display of
variables in the "Auto" watch window.
-4. the file dviewhelper.dll must be copied into a directory where
-the debugger can find it. This can be any directory accessible through your
-PATH variable or <Visual Studio Installation Path>\Common7\IDE.
-
-5. You should also add the contents of the file autoexp.snippet to the
+4. You should also add the contents of the file autoexp.snippet to the
[AutoExpand] and [Visualizer] sections of the file autoexp.dat found in
<Visual Studio Installation Path>\Common7\Packages\Debugger.
Please note that in a standard installation of Visual Studio, the
@@ -48,6 +44,13 @@ for the section [hresult].
These lines will enable a convenient display of strings, dynamic arrays,
associative arrays, object types and null references.
+5. The file dviewhelper.dll must be copied into a directory where
+the debugger can find it. This can be any directory accessible through your
+PATH variable or <Visual Studio Installation Path>\Common7\IDE. Alternatively,
+the full path can be specified in the corresponding entries in the
+[AutoExpand] section of autoexp.dat.
+
+
Building from source
--------------------
The source package comes with a Visual Studio 2008 project and solution