Package org.eclipse.wst.xsl.debugger
public class DebugConstants extends java.lang.ObjectConstants used by the debugger.
Note that class is loaded both on the Eclipse classpath and the launched transformation process, such that they can use exactly the same constants for communication.
Field Summary | |
public static java.lang.String | REQUEST_ADD_BREAKPOINTThe constant used to signify addition of a breakpoint. |
public static java.lang.String | REQUEST_REMOVE_BREAKPOINTThe constant used to signify removal of a breakpoint. |
public static java.lang.String | REQUEST_RESUMEThe constant used to signify resume. |
public static java.lang.String | REQUEST_STACKThe constant used to request the stack. |
public static java.lang.String | REQUEST_STARTThe constant used to notify the debugger to start. |
public static java.lang.String | REQUEST_STEP_INTOThe constant used to signify step into. |
public static java.lang.String | REQUEST_STEP_OVERThe constant used to signify step over. |
public static java.lang.String | REQUEST_STEP_RETURNThe constant used to signify step return. |
public static java.lang.String | REQUEST_SUSPENDThe constant used to signify suspension. |
public static java.lang.String | REQUEST_VALUEThe constant used to request a variable value. |
public static java.lang.String | REQUEST_VARIABLEThe constant used to request a variable. |
Constructor Summary |
DebugConstants() |
Method Summary |
Field Detail |
public static java.lang.String REQUEST_ADD_BREAKPOINT
| The constant used to signify addition of a breakpoint. |
public static java.lang.String REQUEST_REMOVE_BREAKPOINT
| The constant used to signify removal of a breakpoint. |
public static java.lang.String REQUEST_RESUME
| The constant used to signify resume. |
public static java.lang.String REQUEST_STACK
| The constant used to request the stack. |
public static java.lang.String REQUEST_START
| The constant used to notify the debugger to start. |
public static java.lang.String REQUEST_STEP_INTO
| The constant used to signify step into. |
public static java.lang.String REQUEST_STEP_OVER
| The constant used to signify step over. |
public static java.lang.String REQUEST_STEP_RETURN
| The constant used to signify step return. |
public static java.lang.String REQUEST_SUSPEND
| The constant used to signify suspension. |
public static java.lang.String REQUEST_VALUE
| The constant used to request a variable value. |
public static java.lang.String REQUEST_VARIABLE
| The constant used to request a variable. |
Constructor Detail |
public DebugConstants()