public final class DebuggerPanelsManager
extends java.lang.Object
Constructor and Description |
---|
DebuggerPanelsManager(Project project) |
Modifier and Type | Method and Description |
---|---|
RunContentDescriptor |
attachVirtualMachine(DebugUIEnvironment environment) |
RunContentDescriptor |
attachVirtualMachine(ExecutionEnvironment environment,
RunProfileState state,
RemoteConnection remoteConnection,
boolean pollConnection) |
static DebuggerPanelsManager |
getInstance(Project project) |
public DebuggerPanelsManager(Project project)
public RunContentDescriptor attachVirtualMachine(ExecutionEnvironment environment, RunProfileState state, RemoteConnection remoteConnection, boolean pollConnection) throws ExecutionException
ExecutionException
public RunContentDescriptor attachVirtualMachine(DebugUIEnvironment environment) throws ExecutionException
ExecutionException
public static DebuggerPanelsManager getInstance(Project project)