Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.debug.DebuggerSuspendPolicy
Packages that use DebuggerSuspendPolicy
-
Uses of DebuggerSuspendPolicy in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return DebuggerSuspendPolicyModifier and TypeMethodDescriptionIDebuggerUnit.getSuspendPolicy(DebuggerEventType eventType) Get the suspend policy.static DebuggerSuspendPolicyReturns the enum constant of this class with the specified name.static DebuggerSuspendPolicy[]DebuggerSuspendPolicy.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 DebuggerSuspendPolicyModifier and TypeMethodDescriptionbooleanIDebuggerUnit.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.