Example #1
0
 public static void SetDebugger(IZetboxContextDebugger debugger)
 {
     lock (_lock)
     {
         _Current = debugger;
     }
 }
Example #2
0
 public static void SetDebugger(IZetboxContextDebugger debugger)
 {
     lock (_lock)
     {
         _Current = debugger;
     }
 }