org.eclipse.ptp.debug.core.model
Class PDebugElementState
java.lang.Object
org.eclipse.ptp.debug.core.model.PDebugElementState
public class PDebugElementState
- extends Object
Debug element states
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 String toString()
- Overrides:
toString in class Object
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.