コード例 #1
0
 void HandleExceptionValueChanged(object sender, EventArgs e)
 {
     frames = null;
     if (exception.IsEvaluatingGroup)
     {
         exception = exception.GetArrayItem(0);
     }
     NotifyChanged();
 }