# Class: com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerProcessInformation

Standard process information implementation.

## Constructor: DebuggerProcessInformation
- parameter: `id`, type: `long`
- parameter: `name`, type: `java.lang.String`
- parameter: `flags`, type: `int`

Description: Create process information.
parameter: id: process id
parameter: name: process name
parameter: flags: process flags

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


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


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


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


