Beispiel #1
0
 /// <summary>
 /// Sets the specified value to both the item and the debugger.
 /// </summary>
 /// <param name="item">The Watch item to edit.</param>
 /// <param name="value">The value to set.</param>
 protected abstract void EditWatchValue(MessyLab.WatchPad.WatchItem item, long value);
Beispiel #2
0
 /// <summary>
 /// Updates the content of the specified Watch item.
 /// </summary>
 /// <param name="item">The Watch item to update.</param>
 protected abstract void UpdateWatchItem(MessyLab.WatchPad.WatchItem item);