Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.debug.DebuggerEventType
Packages that use DebuggerEventType
Package
Description
Types used by debugger plugins.
Standard implementations of debugger related interfaces.
-
Uses of DebuggerEventType in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return DebuggerEventTypeModifier and TypeMethodDescriptionIDebuggerEventData.getType()
static DebuggerEventType
Returns the enum constant of this class with the specified name.static DebuggerEventType[]
DebuggerEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.debug with parameters of type DebuggerEventTypeModifier and TypeMethodDescriptionIDebuggerUnit.getSuspendPolicy
(DebuggerEventType eventType) Get the suspend policy.boolean
IDebuggerUnit.setSuspendPolicy
(DebuggerEventType eventType, DebuggerSuspendPolicy suspendPolicy) Set the suspend policy, that is what threads are/are not paused when a breakpoint-like event is reported to the debugger. -
Uses of DebuggerEventType in com.pnfsoftware.jeb.core.units.code.debug.impl
Methods in com.pnfsoftware.jeb.core.units.code.debug.impl that return DebuggerEventTypeConstructors in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type DebuggerEventTypeModifierConstructorDescriptionDebuggerEventData
(DebuggerEventType type, long threadId, String address)