public interface IPDebugEvent
Modifier and Type | Field and Description |
---|---|
static int |
BREAKPOINT
Breakpoint detail.
|
static int |
CHANGE
Change event kind.
|
static int |
CLIENT_REQUEST
Client request detail.
|
static int |
CONTENT
Content change detail.
|
static int |
CREATE
Create event kind.
|
static int |
DEBUGGER
Debugger detail.
|
static int |
ERR_FATAL |
static int |
ERR_NORMAL |
static int |
ERR_WARNING |
static int |
ERROR
Error event kind or detail
|
static int |
EVALUATION
Evaluation detail.
|
static int |
EVALUATION_IMPLICIT
Evaluation detail.
|
static int |
PROCESS_SPECIFIC
Process specific event detail.
|
static int |
REGISTER
Register detail.
|
static int |
RESUME
Resume event kind.
|
static int |
STATE
State change detail.
|
static int |
STEP_END
Step end detail.
|
static int |
STEP_INTO
Step start detail.
|
static int |
STEP_OVER
Step start detail.
|
static int |
STEP_RETURN
Step start detail.
|
static int |
SUSPEND
Suspend event kind.
|
static int |
TERMINATE
Terminate event kind.
|
static int |
UNSPECIFIED
Constant indicating that the kind or detail of a debug event is
unspecified.
|
Modifier and Type | Method and Description |
---|---|
int |
getDetail()
Get the event detail
|
IPDebugInfo |
getInfo()
Get the event info
|
int |
getKind()
Get the event kind
|
Object |
getSource()
Get the event source
|
boolean |
isEvaluation()
Check if this is an evaluation event
|
boolean |
isStepStart()
Check if this is a step start event
|
static final int RESUME
static final int SUSPEND
static final int CREATE
static final int TERMINATE
static final int CHANGE
static final int ERROR
static final int PROCESS_SPECIFIC
static final int STEP_INTO
static final int STEP_OVER
static final int STEP_RETURN
static final int STEP_END
static final int BREAKPOINT
static final int CLIENT_REQUEST
static final int EVALUATION
static final int EVALUATION_IMPLICIT
static final int STATE
CHANGE
events.static final int CONTENT
CHANGE
events.static final int DEBUGGER
static final int REGISTER
static final int UNSPECIFIED
static final int ERR_NORMAL
static final int ERR_WARNING
static final int ERR_FATAL
int getDetail()
IPDebugInfo getInfo()
int getKind()
Object getSource()
boolean isEvaluation()
boolean isStepStart()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.