public class DDDriverDebugCommands
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BREAKPOINTS_KEYWORD
"Breakpoints"
|
static java.lang.String |
COMMANDDEBUG_KEYWORD
"CommandDebug"
|
static java.lang.String |
RECORDSDEBUG_KEYWORD
"RecordsDebug"
|
static java.lang.String |
TESTDEBUG_KEYWORD
"TestDebug"
|
| Modifier and Type | Method and Description |
|---|---|
static DriverCommand |
breakpoints(java.lang.String mode)
Enable and Disable Breakpoint Debugging.
|
static DriverCommand |
commandDebug(java.lang.String mode)
Enable and Disable (C)Command Debugging.
|
static DDDriverDebugCommands |
getInstance()
public Singleton to access class static methods via instance
|
static DriverCommand |
recordsDebug(java.lang.String mode)
Enable and Disable debugging of ALL record types.
|
static DriverCommand |
testDebug(java.lang.String mode)
Enable and Disable (T)Test Record Debugging.
|
public static final java.lang.String BREAKPOINTS_KEYWORD
public static final java.lang.String COMMANDDEBUG_KEYWORD
public static final java.lang.String RECORDSDEBUG_KEYWORD
public static final java.lang.String TESTDEBUG_KEYWORD
public static DDDriverDebugCommands getInstance()
public static DriverCommand breakpoints(java.lang.String mode)
Enable and Disable Breakpoint Debugging.
Enable and Disable Breakpoint Debugging. This means that
debugging will stop at each record following a
(BP) Breakpoint record.
Supporting Engines:
mode - Optional:NO DefaultVal:OFF
The status for this debug mode.public static DriverCommand commandDebug(java.lang.String mode)
Enable and Disable (C)Command Debugging.
Supporting Engines:
mode - Optional:NO DefaultVal:OFF
The status for this debug mode.public static DriverCommand recordsDebug(java.lang.String mode)
Enable and Disable debugging of ALL record types.
Supporting Engines:
mode - Optional:NO DefaultVal:OFF
The status for this debug mode.public static DriverCommand testDebug(java.lang.String mode)
Enable and Disable (T)Test Record Debugging.
Supporting Engines:
mode - Optional:NO DefaultVal:OFF
The status for this debug mode.Copyright © SAS Institute. All Rights Reserved.