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

Description of a debugger target. The implemented methods are optional and may decide to return null values if the requested data is irrelevant or not available.

## Method: getEndianness
- return type: `com.pnfsoftware.jeb.util.io.Endianness`

Description: Retrieve the target endianness.
return: endianness, or null

## Method: getProcessorType
- return type: `com.pnfsoftware.jeb.core.units.codeobject.ProcessorType`

Description: Retrieve the target processor type.
return: processor type, or null

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

Description: This method should return a text message as brief and concise as possible.
return: brief target description, or null

