public interface IALSBDebugger
Modifier and Type | Method and Description |
---|---|
IALSBDebuggerContext |
context()
returns the context for this debugger
|
IEventManager |
eventManager()
returns the event manager
|
ALSBDebuggerProperties |
properties()
returns the properties for that debugger instance
|
void |
shutdown()
shuts down the debugger
|
void |
start()
starts the debugger
|
ALSBDebuggerProperties properties()
IALSBDebuggerContext context()
void start() throws ALSBDebuggerException
ALSBDebuggerException
void shutdown() throws ALSBDebuggerException
ALSBDebuggerException
IEventManager eventManager()