Comment
[mono.git] / mcs / class / corlib / System.Diagnostics / Debugger.cs
index 39482c1523cd8220051b91ab324a9a8516ada292..d102d4892f7e90f413b6f027dc82222c1c096daf 100644 (file)
@@ -63,10 +63,9 @@ namespace System.Diagnostics
                /// <summary>
                /// Causes a breakpoint to be signaled to an attached debugger.
                /// </summary>
-               [MonoTODO]
                public static void Break()
                {
-                       throw new NotImplementedException();
+                       // The JIT inserts a breakpoint on the caller.
                }
                
                /// <summary>