mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 21:00:30 +00:00
14 lines
No EOL
456 B
C#
14 lines
No EOL
456 B
C#
//using System;
|
|
//using System.Collections.Generic;
|
|
//using System.Linq;
|
|
//using System.Text;
|
|
//using Indy.IL2CPU.Plugs;
|
|
|
|
//namespace Indy.IL2CPU.IL.X86LinqTest.CustomImplementations.System.Diagnostics {
|
|
// [Plug(Target = typeof(global::System.Diagnostics.Debugger))]
|
|
// public static class DebuggerImpl {
|
|
// public static void Break() {
|
|
// // leave empty, this is handled by a special case..
|
|
// }
|
|
// }
|
|
//} |