Interface IDebuggerEventData
- All Known Implementing Classes:
DebuggerEventData
public interface IDebuggerEventData
Definition of the
event data
associated with a
J.DbgTargetEvent
event type.-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
IfgetType()
returnedDebuggerEventType.BREAKPOINT_FUNCTION_EXIT
, get the optional return value of the function.long
getType()
-
Method Details
-
getType
DebuggerEventType getType()- Returns:
-
getThreadId
long getThreadId()- Returns:
-
getAddress
String getAddress()- Returns:
-
getUnitAddress
UnitAddress<ICodeUnit> getUnitAddress()- Returns:
-
getReturnValue
ITypedValue getReturnValue()IfgetType()
returnedDebuggerEventType.BREAKPOINT_FUNCTION_EXIT
, get the optional return value of the function.- Returns:
-
getOutput
byte[] getOutput()
-