Editorpublic interface Debugger
| Modifier and Type | Field | Description |
|---|---|---|
static int |
FAST_TRACE |
|
static int |
NOT_DEBUGGING |
|
static int |
RUN_TO_CARET |
|
static int |
RUN_TO_COMPLETION |
|
static int |
STEP |
|
static int |
TRACE |
| Modifier and Type | Method | Description |
|---|---|---|
int |
debug(Interpreter interp,
int mode) |
static final int NOT_DEBUGGING
static final int STEP
static final int TRACE
static final int FAST_TRACE
static final int RUN_TO_COMPLETION
static final int RUN_TO_CARET
int debug(Interpreter interp, int mode)