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

Class Overview

Basic operation types.

Summary

Enum Values
DebuggerOperationType  ATTACH  Attach to a target. 
DebuggerOperationType  DETACH  Detach from a target. 
DebuggerOperationType  TERMINATE  Terminate a debugging session. 
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

Attach to a target.

public static final DebuggerOperationType DETACH

Detach from a target.

public static final DebuggerOperationType TERMINATE

Terminate a debugging session.

public static final DebuggerOperationType UNKNOWN

Unknown operation on an attached debugger

Public Methods

public static DebuggerOperationType valueOf (String name)

public static final DebuggerOperationType[] values ()