public static class JavaAttachDebuggerProvider.ProcessAttachDebuggerRunner extends GenericDebuggerRunner
| Constructor and Description |
|---|
ProcessAttachDebuggerRunner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRun(java.lang.String executorId,
RunProfile profile) |
protected RunContentDescriptor |
createContentDescriptor(RunProfileState state,
ExecutionEnvironment environment) |
java.lang.String |
getRunnerId() |
attachVirtualMachine, attachVirtualMachine, createConfigurationData, doExecute, execute, getSettingsEditor, patchpublic java.lang.String getRunnerId()
getRunnerId in class GenericDebuggerRunnerprotected RunContentDescriptor createContentDescriptor(RunProfileState state, ExecutionEnvironment environment) throws ExecutionException
createContentDescriptor in class GenericDebuggerRunnerExecutionExceptionpublic boolean canRun(java.lang.String executorId,
RunProfile profile)
canRun in class GenericDebuggerRunner