Making debugging --auto by default

Paul Millar p.millar at physics.gla.ac.uk
Fri Mar 18 08:29:38 CST 2005


Once again, this time without the line-wrap (I hope!)

Paul.

ChangeLog:
  Bring default registry in line with implicit default behaviour by using the 
--auto option with winedbg.

Index: tools/wine.inf
===================================================================
RCS file: /home/wine/wine/tools/wine.inf,v
retrieving revision 1.28
diff -u -r1.28 wine.inf
--- tools/wine.inf 6 Jan 2005 20:42:10 -0000 1.28
+++ tools/wine.inf 18 Mar 2005 14:25:21 -0000
@@ -114,7 +114,7 @@
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1"
 
 [Debugger]
-HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg %ld %ld"
+HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg --auto %ld %ld"
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",,"1"
 
 [Desktop]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050318/9b644e3b/attachment.pgp


More information about the wine-patches mailing list