org.eclipse.ptp.debug.core.model
Class PDebugElementState
java.lang.Object
org.eclipse.ptp.debug.core.model.PDebugElementState
public class PDebugElementState
- extends java.lang.Object
Debug element states
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DISCONNECTED
public static final PDebugElementState DISCONNECTED
DISCONNECTING
public static final PDebugElementState DISCONNECTING
EXITED
public static final PDebugElementState EXITED
RESTARTING
public static final PDebugElementState RESTARTING
RESUMED
public static final PDebugElementState RESUMED
RESUMING
public static final PDebugElementState RESUMING
STEPPED
public static final PDebugElementState STEPPED
STEPPING
public static final PDebugElementState STEPPING
SUSPENDED
public static final PDebugElementState SUSPENDED
SUSPENDING
public static final PDebugElementState SUSPENDING
TERMINATED
public static final PDebugElementState TERMINATED
TERMINATING
public static final PDebugElementState TERMINATING
UNDEFINED
public static final PDebugElementState UNDEFINED
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.