Package org.eclipse.debug.core.commands
Interface IDebugCommandRequest
- All Superinterfaces:
IRequest
- All Known Subinterfaces:
IEnabledStateRequest
A request to execute a command on specific elements. A debug command request is
passed to a
IDebugCommandHandler
when a command is invoked.
Clients that invoke command handlers may implement this interface.
- Since:
- 3.3
-
Method Summary
-
Method Details
-
getElements
Object[] getElements()Returns the elements to execute a command on.- Returns:
- elements to execute a command on
-