Browse Source

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
shortcuts
David Srbecký 18 years ago
parent
commit
6a371d89e2
  1. 4
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Control/NDebugger.Options.cs

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Control/NDebugger.Options.cs

@ -11,8 +11,8 @@ namespace Debugger @@ -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 {

Loading…
Cancel
Save