public final enum

DebuggerEventType

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.DebuggerEventType

Class Overview

Debugger event types.

Summary

Enum Values
DebuggerEventType  BREAKPOINT   
DebuggerEventType  BREAKPOINT_FUNCTION_EXIT   
DebuggerEventType  CODE_LOAD   
DebuggerEventType  CODE_UNLOAD   
DebuggerEventType  EXCEPTION   
DebuggerEventType  FUNCTION_ENTRY   
DebuggerEventType  FUNCTION_EXIT   
DebuggerEventType  OUTPUT   
DebuggerEventType  SIGNAL   
DebuggerEventType  SUSPENDED   
DebuggerEventType  THREAD_START   
DebuggerEventType  THREAD_STOP   
Public Methods
static DebuggerEventType valueOf(String name)
final static DebuggerEventType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DebuggerEventType BREAKPOINT

public static final DebuggerEventType BREAKPOINT_FUNCTION_EXIT

public static final DebuggerEventType CODE_LOAD

public static final DebuggerEventType CODE_UNLOAD

public static final DebuggerEventType EXCEPTION

public static final DebuggerEventType FUNCTION_ENTRY

public static final DebuggerEventType FUNCTION_EXIT

public static final DebuggerEventType OUTPUT

public static final DebuggerEventType SIGNAL

public static final DebuggerEventType SUSPENDED

public static final DebuggerEventType THREAD_START

public static final DebuggerEventType THREAD_STOP

Public Methods

public static DebuggerEventType valueOf (String name)

public static final DebuggerEventType[] values ()