Package org.eclipse.debug.ui.actions
Class DebugAction
java.lang.Object
org.eclipse.debug.internal.ui.actions.ExecutionAction
org.eclipse.debug.ui.actions.DebugAction
- All Implemented Interfaces:
- IActionDelegate,- IActionDelegate2
public final class DebugAction
extends org.eclipse.debug.internal.ui.actions.ExecutionAction
Action to launch the last launch configuration that was successfully
 launched, in debug mode. If no configurations have been launched, the launch
 configuration dialog is opened.
 
This class may be instantiated.
- Since:
- 2.0
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.debug.internal.ui.actions.ExecutionActiondispose, getLaunchConfigurationManager, init, run, runWithEvent, selectionChanged
- 
Constructor Details- 
DebugActionpublic DebugAction()
 
- 
- 
Method Details- 
getModeDescription copied from class:org.eclipse.debug.internal.ui.actions.ExecutionActionReturns the mode of a launcher to use for this action- Specified by:
- getModein class- org.eclipse.debug.internal.ui.actions.ExecutionAction
- See Also:
- 
- ExecutionAction.getMode()
 
 
 
-