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

Thread or process suspension types.

## Constant: ALL
Description: Suspend all threads.

## Constant: NONE
Description: Do not suspend execution.

## Constant: THREAD
Description: Suspend the event thread only.

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


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


