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