public class EaseLaunchDelegate extends AbstractLaunchDelegate
| Constructor and Description |
|---|
EaseLaunchDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getDisplayDynamicCodeValue(org.eclipse.debug.core.ILaunchConfiguration configuration) |
org.eclipse.debug.core.ILaunch |
getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode) |
static boolean |
getSuspendOnScriptLoadValue(org.eclipse.debug.core.ILaunchConfiguration configuration) |
static boolean |
getSuspendOnStartupValue(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor) |
buildForLaunch, finalLaunchCheck, getLaunchableResource, getLaunchableResource, getLaunchConfigurations, getLaunchConfigurations, launch, launch, preLaunchCheckpublic void launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic org.eclipse.debug.core.ILaunch getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static boolean getSuspendOnStartupValue(org.eclipse.debug.core.ILaunchConfiguration configuration)
public static boolean getSuspendOnScriptLoadValue(org.eclipse.debug.core.ILaunchConfiguration configuration)
public static boolean getDisplayDynamicCodeValue(org.eclipse.debug.core.ILaunchConfiguration configuration)