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

List of connector types.

## Constant: PORT
Description: Connect to a remote location.

## Constant: PROCESS
Description: Connect to a local or pseudo\-local process.

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


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


