public class DebugParams
extends java.lang.Object
| Constructor and Description | 
|---|
DebugParams(boolean pSuspendFirstTask,
           boolean pDebugDescendants,
           boolean pBreakOnError)
Creates an instance with the provided configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map | 
getDebugParams()
Returns an unmodifiable copy of the debug parameters. 
 | 
public DebugParams(boolean pSuspendFirstTask,
                   boolean pDebugDescendants,
                   boolean pBreakOnError)
pSuspendFirstTask - true if the execution should be suspended 
 at the first ODI task.pDebugDescendants - true if Sessions launched by this ODI Session
 should be launched in debug mode. These ODI Sessions will inherit the values set for
 pSuspendFirstTask, pDebugDescendants and pBreakOnError
 unless overridden.pBreakOnError - true if the Session should suspend on encountering
 an error.