- Timestamp:
- 11/17/10 14:45:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DebugEngine/DebugEngine.cs
r4753 r4827 106 106 while (ExecutionStack.Count > 0 && ExecutionStack.Peek() == null) 107 107 ExecutionStack.Pop(); 108 ProcessNextOperation(); 108 if (ExecutionStack.Count > 0) 109 ProcessNextOperation(); 109 110 } 110 111 ExecutionTime += DateTime.Now - lastUpdateTime;
Note: See TracChangeset
for help on using the changeset viewer.