public interface Debuggable
Provides methods to control debugging.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IF_VERSION
Interface version
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDebugging()
Get debug state.
|
void |
setDebugging(boolean debug)
Set or clear debugging
|