public bool Enabled()
 {
     return(!_shell.IsDebuggerEnabled() && !_shell.IsBuildInProgress());
 }
 public bool Enabled()
 {
     return(!_shell.IsDebuggerEnabled());
 }