Beispiel #1
0
 public bool CanExecute(ExecutionCommand command)
 {
     SupportedFeatures = DebuggingService.GetSupportedFeaturesForCommand(command);
     return(SupportedFeatures != DebuggerFeatures.None);
 }