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

Basic operation types.

## Constant: ATTACH
Description: Attach to a target.

## Constant: DETACH
Description: Detach from a target.

## Constant: TERMINATE
Description: Terminate a debugging session.

## Constant: UNKNOWN
Description: Unknown operation on an attached debugger.

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


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


