public final enum

DebuggerOperationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.code.debug.DebuggerOperationType

Summary

Enum Values
DebuggerOperationType  ATTACH   
DebuggerOperationType  DETACH   
DebuggerOperationType  TERMINATE   
DebuggerOperationType  UNKNOWN  unknown operation on an attached debugger  
Public Methods
static DebuggerOperationType valueOf(String name)
final static DebuggerOperationType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DebuggerOperationType ATTACH

public static final DebuggerOperationType DETACH

public static final DebuggerOperationType TERMINATE

public static final DebuggerOperationType UNKNOWN

unknown operation on an attached debugger

Public Methods

public static DebuggerOperationType valueOf (String name)

public static final DebuggerOperationType[] values ()