# # ChangeLog for branches/HeuristicLab.DebugEngine # # Generated by Trac 1.0.12 # 08/01/24 20:33:14 Thu, 25 Nov 2010 09:42:33 GMT epitzer [4931] * branches/HeuristicLab.DebugEngine/OperationContentView.cs (modified) Add tool tip for current scope (#47) Thu, 25 Nov 2010 09:38:08 GMT epitzer [4930] * branches/HeuristicLab.DebugEngine/OperationContentView.cs (modified) Better display and highlighting of scopes (#47) Tue, 23 Nov 2010 14:03:01 GMT epitzer [4909] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (modified) * branches/HeuristicLab.DebugEngine/ExecutionStackView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/ExecutionStackView.cs (modified) * branches/HeuristicLab.DebugEngine/ExecutionStackView.resx (modified) * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.resx (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.resx (modified) * branches/HeuristicLab.DebugEngine/Utils.cs (modified) Several GUI improvements (#47) * add icons and tool tips * add ... Mon, 22 Nov 2010 16:06:12 GMT epitzer [4904] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (modified) * branches/HeuristicLab.DebugEngine/ExecutionStackView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.Designer.cs (added) * branches/HeuristicLab.DebugEngine/OperatorTraceView.cs (added) * branches/HeuristicLab.DebugEngine/OperatorTraceView.resx (added) Add operator trace view (#47) Mon, 22 Nov 2010 13:08:18 GMT epitzer [4903] * branches/HeuristicLab.DebugEngine/Build.cmd (added) * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (modified) * branches/HeuristicLab.DebugEngine/ExecutionStackView.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.cs (modified) Many small improvements to DebugEngine (#47) * suppress logging ... Sat, 20 Nov 2010 16:01:31 GMT epitzer [4876] * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (modified) * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj (modified) * branches/HeuristicLab.DebugEngine/OperationContent.cs (added) * branches/HeuristicLab.DebugEngine/OperationContentView.Designer.cs (added) * branches/HeuristicLab.DebugEngine/OperationContentView.cs (added) * branches/HeuristicLab.DebugEngine/OperationContentView.resx (added) * branches/HeuristicLab.DebugEngine/Properties/Resources.Designer.cs (added) * branches/HeuristicLab.DebugEngine/Properties/Resources.resx (added) Complete overhaul of DebugEngine (#47) Sat, 20 Nov 2010 13:13:32 GMT epitzer [4871] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (modified) * branches/HeuristicLab.DebugEngine/ExecutionStack.cs (added) * branches/HeuristicLab.DebugEngine/ExecutionStackView.Designer.cs (added) * branches/HeuristicLab.DebugEngine/ExecutionStackView.cs (added) * branches/HeuristicLab.DebugEngine/ExecutionStackView.resx (added) * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj (modified) * branches/HeuristicLab.DebugEngine/OperationChangedEventArgs.cs (added) * branches/HeuristicLab.DebugEngine/Utils.cs (added) Refactoring and modularization of DebugEngine (#47) Wed, 17 Nov 2010 13:45:24 GMT epitzer [4827] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) Prevent stepping execution on empty execution stack (#47) Wed, 10 Nov 2010 15:09:34 GMT epitzer [4765] * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (modified) Show parameters of active execution context in DebugEngine (#47) Tue, 09 Nov 2010 14:58:12 GMT epitzer [4759] * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (added) * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj (modified) navigate execution contexts show active scopes (#47) Tue, 09 Nov 2010 10:09:37 GMT epitzer [4753] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (modified) Show expected parameter values and include type information in tool ... Mon, 08 Nov 2010 14:56:48 GMT epitzer [4747] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) add license (#47) Mon, 08 Nov 2010 14:53:45 GMT epitzer [4746] * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (modified) Show and link operator parameters and variables (#47) Mon, 08 Nov 2010 13:47:05 GMT epitzer [4744] * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj (modified) Correct reference hit path (#47) Mon, 08 Nov 2010 13:37:43 GMT epitzer [4743] * branches/HeuristicLab.DebugEngine (added) * branches/HeuristicLab.DebugEngine/CopyAssemblies.cmd (added) * branches/HeuristicLab.DebugEngine/DebugEngine.cs (added) * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (added) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (added) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (added) * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj (added) * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.sln (added) * branches/HeuristicLab.DebugEngine/HeuristicLab.snk (added) * branches/HeuristicLab.DebugEngine/HeuristicLabDebugEnginePlugin.cs.frame (added) * branches/HeuristicLab.DebugEngine/Properties (added) * branches/HeuristicLab.DebugEngine/Properties/AssemblyInfo.cs.frame (added) Preliminary version of debug engine with stepping, execution stack ...