# # ChangeLog for branches/HeuristicLab.DebugEngine # # Generated by Trac 1.0.12 # 10/02/24 18:06:46 Thu, 09 Dec 2010 11:06:51 GMT epitzer [5077] * branches/HeuristicLab.DebugEngine/OperationContentView.cs (modified) disable context menu "Show Value" if value is null or not an IContent ... Tue, 30 Nov 2010 15:33:41 GMT epitzer [5003] * branches/HeuristicLab.DebugEngine/OperationContentView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.cs (modified) replace parameter view with context menu to access variable values in ... Tue, 30 Nov 2010 15:32:24 GMT epitzer [5002] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTrace.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.cs (modified) unseal views, rename OperatorTrace.Generate to Regenerate, and remove ... Tue, 30 Nov 2010 15:00:59 GMT epitzer [5001] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.cs (modified) private setters for ExecutionStack, OperatorTrace and Log, remove ... Tue, 30 Nov 2010 12:50:06 GMT epitzer [4998] * branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.resx (deleted) * branches/HeuristicLab.DebugEngine/ExecutionStack.cs (modified) * branches/HeuristicLab.DebugEngine/ExecutionStackView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/ExecutionStackView.cs (modified) * branches/HeuristicLab.DebugEngine/ExecutionStackView.resx (deleted) * branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj (modified) * branches/HeuristicLab.DebugEngine/HeuristicLabDebugEnginePlugin.cs.frame (modified) * branches/HeuristicLab.DebugEngine/OperationChangedEventArgs.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContent.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContentView.resx (deleted) * branches/HeuristicLab.DebugEngine/OperatorTrace.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.Designer.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTraceView.resx (deleted) * branches/HeuristicLab.DebugEngine/Properties/Resources.Designer.cs (deleted) * branches/HeuristicLab.DebugEngine/Properties/Resources.resx (deleted) * branches/HeuristicLab.DebugEngine/Utils.cs (modified) remove resources, add license headers, update plug-in dependencies (#47) Mon, 29 Nov 2010 23:03:39 GMT epitzer [4996] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/OperationContent.cs (modified) * branches/HeuristicLab.DebugEngine/OperatorTrace.cs (modified) * branches/HeuristicLab.DebugEngine/Utils.cs (modified) Move parent tracing to operator trace class (#47) Mon, 29 Nov 2010 16:15:24 GMT epitzer [4993] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) * branches/HeuristicLab.DebugEngine/ExecutionStack.cs (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/OperatorTrace.cs (copied) * branches/HeuristicLab.DebugEngine/OperatorTraceView.cs (modified) Create own class for OperatorTrace, remove unnecessary event ... Fri, 26 Nov 2010 16:14:16 GMT epitzer [4947] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) * branches/HeuristicLab.DebugEngine/DebugEngineView.cs (modified) Simpler breakpoint handling, fix cloning, prevent stepping while ... Fri, 26 Nov 2010 15:38:35 GMT mkommend [4946] * branches/HeuristicLab.DebugEngine/DebugEngine.cs (modified) Minor changes in `DebugEngine` (ticket #47). 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 ...