|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDebugEvent
Base interface for debugger events
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
int |
getDetail()
Get the event detail |
IPDebugInfo |
getInfo()
Get the event info |
int |
getKind()
Get the event kind |
java.lang.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 |
| Field Detail |
|---|
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
| Method Detail |
|---|
int getDetail()
IPDebugInfo getInfo()
int getKind()
java.lang.Object getSource()
boolean isEvaluation()
boolean isStepStart()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||