| java.lang.Object com.uwyn.rife.continuations.instrument.ContinuationDebug
ContinuationDebug | public class ContinuationDebug (Code) | | Configures the debug output of the continuations engine.
Note that this has little use besides for developing on the
continuations instrumentation itself.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3811 $ since: 1.6 |
Field Summary | |
final public static Logger | LOGGER The logger instance that is used for the debugging. | final public static String[] | OPCODES An array with textual representations of the bytecode opcodes. | static boolean | sDebug | static Level | sLevel | static boolean | sTrace |
LOGGER | final public static Logger LOGGER(Code) | | The logger instance that is used for the debugging.
since: 1.6 |
OPCODES | final public static String[] OPCODES(Code) | | An array with textual representations of the bytecode opcodes.
This is mainly used during tracing.
|
sDebug | static boolean sDebug(Code) | | |
sTrace | static boolean sTrace(Code) | | |
setDebug | public static void setDebug(boolean debug)(Code) | | Enables or disables debugging.
Parameters: debug - true if debugging should be enabled; or false otherwise since: 1.6 |
setTrace | public static void setTrace(boolean trace)(Code) | | Configures the tracing of the continuations instrumentation while it's
executing.
Parameters: trace - true if tracing should be enabled; or false otherwise since: 1.6 |
|
|