# Interface: com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation

Process information interface. A process may be debuggable.

## Static Field: FLAG_DEBUGGABLE
Type: `int`

Constant value: `1`
Description: Flag indicating that the process is debuggable.

## Method: getFlags
- return type: `int`

Description: Retrieve the process flags.
return: the process flags \(see `FLAG_xxx`\)

## Method: getId
- return type: `long`

Description: Retrieve the process id.
return: the process id

## Method: getName
- return type: `java.lang.String`

Description: Retrieve the process name.
return: the process name

