com.intellij.debugger.engine
Interface DebugProcessListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- DebugProcessAdapter
public interface DebugProcessListener
- extends java.util.EventListener
connectorIsReady
void connectorIsReady()
paused
void paused(SuspendContext suspendContext)
resumed
void resumed(SuspendContext suspendContext)
processDetached
void processDetached(DebugProcess process,
boolean closedByUser)
processAttached
void processAttached(DebugProcess process)
attachException
void attachException(RunProfileState state,
ExecutionException exception,
RemoteConnection remoteConnection)