Represents the debug options that are available for use when tracing the patterns
framework code.
| Fields |
|---|
| final static public java.lang.String | DEBUG
Represents the primary debugging flag.
|
| final static public java.lang.String | EXCEPTIONS_CATCHING
Whether or not exception catching should be traced.
|
| final static public java.lang.String | EXCEPTIONS_THROWING
Whether or not exception throwing should be traced.
|
| final static public java.lang.String | METHODS_ENTERING
Whether or not method entering should be traced.
|
| final static public java.lang.String | METHODS_EXITING
Whether or not method existing should be traced.
|
| final static public java.lang.String | PATTERN_EXECUTION
Whether or not pattern execution should be traced.
|