From 35dcdf23f25725309be8c7452037104fdbcead5e Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 12 Dec 2006 16:43:19 +0000 Subject: [PATCH] Update svn path=/trunk/mcs/; revision=69413 --- mcs/class/corlib/System.Diagnostics/Debugger.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mcs/class/corlib/System.Diagnostics/Debugger.cs b/mcs/class/corlib/System.Diagnostics/Debugger.cs index 2a548c221ca..56f54a4ad95 100644 --- a/mcs/class/corlib/System.Diagnostics/Debugger.cs +++ b/mcs/class/corlib/System.Diagnostics/Debugger.cs @@ -63,10 +63,9 @@ namespace System.Diagnostics /// /// Causes a breakpoint to be signaled to an attached debugger. /// - [MonoTODO("Not implemented")] public static void Break() { - throw new NotImplementedException(); + // The Mono Debugger will hook into this itself. } /// -- 2.11.4.GIT