Debugging idiosyncrasy

Paul Millar paul at astro.gla.ac.uk
Wed Mar 16 03:27:02 CST 2005


Hi,

Something I've noticed whilst playing with winedbg (and its auto 
mode).  If there's no AeDebug key in the registry, then the default 
is to run the debugger in non-interactive mode:

paul at scaramanga:~/CVS/wine$ grep cmdline.*winedbg dlls/kernel/except.c
        sprintf(cmdline, "winedbg --auto %ld %ld",

Yet, if there's no registry at all, then the default registry values 
are configured to run the debugger in interactive mode:

paul at scaramanga:~/CVS/wine$ grep AeDebug.*Debugger tools/wine.inf
HKLM,Software\Microsoft\Windows 
NT\CurrentVersion\AeDebug,"Debugger",,"winedbg %ld %ld"

I think we should be consistent here, no?

Cheers,

Paul
-------------- 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-devel/attachments/20050316/c0cac911/attachment.pgp


More information about the wine-devel mailing list