bool IDebuggable.CanStep(StepType type) { if (_selectedDebuggable == null) { SetDefaultDebuggable(); } return(_selectedDebuggable.CanStep(type)); }