org.eclipse.cdt.debug.core.model
Class CDebugElementState

java.lang.Object
  extended by org.eclipse.cdt.debug.core.model.CDebugElementState

public class CDebugElementState
extends java.lang.Object

The state of a debug element.


Field Summary
static CDebugElementState DISCONNECTED
           
static CDebugElementState DISCONNECTING
           
static CDebugElementState EXITED
           
static CDebugElementState RESTARTING
           
static CDebugElementState RESUMED
           
static CDebugElementState RESUMING
           
static CDebugElementState STEPPED
           
static CDebugElementState STEPPING
           
static CDebugElementState SUSPENDED
           
static CDebugElementState SUSPENDING
           
static CDebugElementState TERMINATED
           
static CDebugElementState TERMINATING
           
static CDebugElementState UNDEFINED
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object