mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
8 lines
No EOL
255 B
C#
8 lines
No EOL
255 B
C#
namespace Cosmos.IL2CPU.Plugs.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..
|
|
}
|
|
}
|
|
} |