java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.util.DebuggerHelper |
Helper routines for debugger units
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DebuggerHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static IDebuggerUnit |
getDebugger(IUnit unit, boolean createIfNotExist)
Retrieve a debugger for the provided code unit.
| ||||||||||
static IDebuggerUnit |
getDebugger(IUnit unit)
Retrieve or create a debugger for the provided code unit.
| ||||||||||
static IDebuggerUnit |
getDebuggerForUnit(IRuntimeProject project, IUnit unit)
This method is deprecated.
use
getDebugger(IUnit, false) instead
| ||||||||||
static String | typeName(String codeUnitType) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Retrieve a debugger for the provided code unit.
An existing debugger unit that can potentially manage the provided code unit will be returned. If several are found, find the one which is attached. If several debuggers exists and are attached, the result will be null.
Retrieve or create a debugger for the provided code unit.
codeUnitType | unit type of a code unit |
---|