]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/vld/vld.ini
Fix bug #7608 (Wrong path separator used for Inkscape on Windows)
[lyx.git] / development / Win32 / vld / vld.ini
index 701ee0923020e7f595cff1e7436eec111ac6dc41..e86cdbb060686b15fc0753224f2c02345053ebd7 100644 (file)
@@ -40,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
@@ -107,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,