Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/10 17:15:24 (14 years ago)
Author:
epitzer
Message:

Create own class for OperatorTrace, remove unnecessary event handlers, prevent flickering while stepping, permanently highlight execution context's scope (#47)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DebugEngine/ExecutionStack.cs

    r4871 r4993  
    1 using System;
    2 using System.Collections.Generic;
     1using System.Collections.Generic;
    32using System.Linq;
    4 using System.Text;
    53using HeuristicLab.Collections;
    64using HeuristicLab.Common;
     
    108namespace HeuristicLab.DebugEngine {
    119
     10  [StorableClass]
    1211  public class ExecutionStack : ObservableList<IOperation>, IContent, IDeepCloneable {
    1312
Note: See TracChangeset for help on using the changeset viewer.