# Enum: com.pnfsoftware.jeb.core.units.code.debug.DebuggerEventType

Debugger event types.

## Constant: BREAKPOINT
Description: Execution breakpoint was hit.

## Constant: BREAKPOINT_FUNCTION_EXIT
Description: Function\-exit breakpoint was hit.

## Constant: CODE_LOAD
Description: Code was loaded.

## Constant: CODE_UNLOAD
Description: Code was unloaded.

## Constant: EXCEPTION
Description: Target exception was reported.

## Constant: FUNCTION_ENTRY
Description: Function entry was reported.

## Constant: FUNCTION_EXIT
Description: Function exit was reported.

## Constant: OUTPUT
Description: Debuggee output was reported.

## Constant: SIGNAL
Description: Target signal was reported.

## Constant: SUSPENDED
Description: Target execution was suspended.

## Constant: THREAD_START
Description: Thread start was reported.

## Constant: THREAD_STOP
Description: Thread stop was reported.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.debug.DebuggerEventType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.debug.DebuggerEventType[]`


