org.eclipse.cdt.debug.core.model
Class CDebugElementState
java.lang.Object
org.eclipse.cdt.debug.core.model.CDebugElementState
public class CDebugElementState
- extends java.lang.Object
The state of a debug element.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNDEFINED
public static final CDebugElementState UNDEFINED
TERMINATING
public static final CDebugElementState TERMINATING
TERMINATED
public static final CDebugElementState TERMINATED
DISCONNECTING
public static final CDebugElementState DISCONNECTING
DISCONNECTED
public static final CDebugElementState DISCONNECTED
RESUMING
public static final CDebugElementState RESUMING
RESUMED
public static final CDebugElementState RESUMED
STEPPING
public static final CDebugElementState STEPPING
STEPPED
public static final CDebugElementState STEPPED
SUSPENDING
public static final CDebugElementState SUSPENDING
SUSPENDED
public static final CDebugElementState SUSPENDED
RESTARTING
public static final CDebugElementState RESTARTING
EXITED
public static final CDebugElementState EXITED
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object