Package | Description |
---|---|
org.eclipse.debug.core |
Provides support for launching programs, breakpoint management, expression management,
and debug events.
|
org.eclipse.debug.core.model |
Defines interfaces for debug model elements, source lookup, and launching.
|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
Modifier and Type | Method and Description |
---|---|
DebugEvent[] |
IDebugEventFilter.filterDebugEvents(DebugEvent[] events)
Filters the given set of debug events, and returns the set of debug
events that should be fired to registered listeners -
null
or an empty collection if no debug events should be fired. |
Modifier and Type | Method and Description |
---|---|
DebugEvent[] |
IDebugEventFilter.filterDebugEvents(DebugEvent[] events)
Filters the given set of debug events, and returns the set of debug
events that should be fired to registered listeners -
null
or an empty collection if no debug events should be fired. |
void |
DebugPlugin.fireDebugEventSet(DebugEvent[] events)
Notifies all registered debug event set listeners of the given
debug events.
|
void |
Launch.handleDebugEvents(DebugEvent[] events) |
void |
IDebugEventSetListener.handleDebugEvents(DebugEvent[] events)
Notifies this listener of the given debug events.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugElement.fireEvent(DebugEvent event)
Fires a debug event.
|
protected void |
RuntimeProcess.fireEvent(DebugEvent event)
Fires the given debug event.
|
Modifier and Type | Method and Description |
---|---|
void |
RunToLineHandler.handleDebugEvents(DebugEvent[] events) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.