]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/vld/vld.ini
Replace automatic logofication with insets
[lyx.git] / development / Win32 / vld / vld.ini
index bb4c6a9253f1690d64011e4ab219dbbeb7b959c9..e86cdbb060686b15fc0753224f2c02345053ebd7 100644 (file)
@@ -1,5 +1,4 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;  $Id: vld.ini,v 1.7 2006/11/18 03:12:35 dmouldin Exp $
 ;;
 ;;  Visual Leak Detector - Initialization/Configuration File
 ;;  Copyright (c) 2006 Dan Moulding
@@ -41,7 +40,7 @@ VLD = on
 ;   Valid Values: yes, no
 ;   Default: no
 ;
-AggregateDuplicates = no
+AggregateDuplicates = yes
 
 ; Lists any additional modules to be included in memory leak detection. This can
 ; be useful for checking for memory leaks in debug builds of 3rd party modules
@@ -108,7 +107,7 @@ ReportFile =
 ;   Valid Values: debugger, file, both
 ;   Default: debugger
 ;
-ReportTo = debugger
+ReportTo = both
 
 ; Turns on or off a self-test mode which is used to verify that VLD is able to
 ; detect memory leaks in itself. Intended to be used for debugging VLD itself,