From 6a371d89e260d219d400ec61f467452c9c1e3bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Srbeck=C3=BD?= Date: Thu, 3 Jul 2008 19:15:28 +0000 Subject: [PATCH] Fix unit test: Just-My-Code and ObeyAttributes are enabled by default git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3164 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Debugger.Core/Project/Src/Control/NDebugger.Options.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Control/NDebugger.Options.cs b/src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Control/NDebugger.Options.cs index 189b7a96c0..2aa662c064 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Control/NDebugger.Options.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Control/NDebugger.Options.cs @@ -11,8 +11,8 @@ namespace Debugger { public partial class NDebugger { - bool justMyCodeEnabled; - bool obeyDebuggerAttributes; + bool justMyCodeEnabled = true; + bool obeyDebuggerAttributes = true; string[] symbolsSearchPaths; public bool JustMyCodeEnabled {