Package | Description |
---|---|
org.eclipse.debug.core.commands |
Provides a set of interfaces for common debug commands. |
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
Modifier and Type | Interface and Description |
---|---|
interface |
IDebugCommandRequest
A request to execute a command on specific elements.
|
interface |
IEnabledStateRequest
A request to update the enabled state of a command.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractDebugCommand.doExecute(Object[] targets,
IProgressMonitor monitor,
IRequest request)
Executes this command synchronously on the specified targets, reporting progress.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DebugCommandHandler.postExecute(IRequest request,
Object[] targets)
This method is called after the completion of the execution of this
command.
|
protected void |
DebugCommandAction.postExecute(IRequest request,
Object[] targets)
This method is called after the completion of the execution of this
command.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.