Table of Contents
Debugging
ActionStep comes with ASDebugger which, besides handling trace messages, also allows you to work with stacks using hamtasc.
Tracing
TODO
Compiling with hamtasc
ASDebugger has some methods that takes advantage of HAMTASC - Hacking Mtasc‘s auto trace features.
Method Profiling
Compile options
-rb_auto_trace org.actionstep.ASDebugger.push -rb_auto_trace_pop org.actionstep.ASDebugger.pop
Test file
org.actionstep.test.ASTestMethodProfiling
Method Logging
Compile options
-rb_auto_trace org.actionstep.ASDebugger.methodLogPush -rb_auto_trace_pop org.actionstep.ASDebugger.methodLogPop
Test file
org.actionstep.test.ASTestMethodLogging
projects/actionstep/documentation/debugging.txt · Last modified: 2007/02/19 08:17 by niko