Alexandre Julliard : winedbg: Make BreakOnFirstChance default to FALSE to avoid user confusion.

Alexandre Julliard julliard at winehq.org
Fri Sep 24 11:43:43 CDT 2010


Module: wine
Branch: master
Commit: 07898fe2fdf5bd97c830d9147fcb8f6e74ac8c56
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=07898fe2fdf5bd97c830d9147fcb8f6e74ac8c56

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Sep 24 11:34:11 2010 +0200

winedbg: Make BreakOnFirstChance default to FALSE to avoid user confusion.

---

 programs/winedbg/intvar.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winedbg/intvar.h b/programs/winedbg/intvar.h
index 2771f23..4d1a80d 100644
--- a/programs/winedbg/intvar.h
+++ b/programs/winedbg/intvar.h
@@ -23,7 +23,7 @@
 INTERNAL_VAR(BreakAllThreadsStartup,	FALSE,		NULL,  			dbg_itype_unsigned_int)
 INTERNAL_VAR(BreakOnCritSectTimeOut,    FALSE,          NULL,  			dbg_itype_unsigned_int)
 INTERNAL_VAR(BreakOnAttach,		FALSE,		NULL,			dbg_itype_unsigned_int)
-INTERNAL_VAR(BreakOnFirstChance,	TRUE,		NULL,			dbg_itype_unsigned_int)
+INTERNAL_VAR(BreakOnFirstChance,	FALSE,		NULL,			dbg_itype_unsigned_int)
 INTERNAL_VAR(BreakOnDllLoad,		FALSE, 		NULL, 			dbg_itype_unsigned_int)
 INTERNAL_VAR(CanDeferOnBPByAddr,        FALSE,          NULL,                   dbg_itype_unsigned_int)
 




More information about the wine-cvs mailing list