Beispiel #1
0
 void IDebuggable.Step(StepType type)
 {
     if (_selectedDebuggable == null)
     {
         SetDefaultDebuggable();
     }
     _selectedDebuggable.Step(type);
 }