Making debugging --auto by default

Paul Millar paul at astro.gla.ac.uk
Wed Mar 16 17:54:30 CST 2005


Ok,

So the general email to wine-devel didn't generate much of a flicker, 
lets try this for size:

ChangeLog:
  Bring default registry in line with implicit 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 16 Mar 2005 23:18:17 -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/20050317/2d0cebb9/attachment.pgp


More information about the wine-patches mailing list