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

Definition of a library or code module.

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

Description: Get the module memory address. Only relevant for native code debuggers that have access to a virtual memory.
return: the base address, \-1 if none/irrelevant

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

Description: Get the module or library id.
return: the positive id, \-1 if none

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

Description: Get the module name.
return: the name, null if none

