public interface DebuggerResource extends CommonHandle, Clearable, HasVisible, InstantiatingProcedure, PseudoWidget
| Modifier and Type | Method and Description |
|---|---|
logical |
cancelBreak()
Definition of the DEBUGGER:CANCEL-BREAK() method.
|
logical |
cancelBreak(character procName)
Definition of the DEBUGGER:CANCEL-BREAK() method.
|
logical |
cancelBreak(character procName,
int64 line)
Definition of the DEBUGGER:CANCEL-BREAK() method.
|
logical |
cancelBreak(character procName,
long line)
Definition of the DEBUGGER:CANCEL-BREAK() method.
|
logical |
cancelBreak(java.lang.String procName)
Definition of the DEBUGGER:CANCEL-BREAK() method.
|
logical |
cancelBreak(java.lang.String procName,
int64 line)
Definition of the DEBUGGER:CANCEL-BREAK() method.
|
logical |
cancelBreak(java.lang.String procName,
long line)
Definition of the DEBUGGER:CANCEL-BREAK() method.
|
logical |
debug()
Definition of the DEBUGGER:DEBUG() method.
|
logical |
displayMessage(character msg)
Definition of the DEBUGGER:DISPLAY-MESSAGE() method.
|
logical |
displayMessage(java.lang.String msg)
Definition of the DEBUGGER:DISPLAY-MESSAGE() method.
|
logical |
initiate()
Definition of the DEBUGGER:INITIATE() method.
|
logical |
setBreak()
Definition of the DEBUGGER:SET-BREAK() method.
|
logical |
setBreak(character procName)
Definition of the DEBUGGER:SET-BREAK() method.
|
logical |
setBreak(character procName,
int64 line)
Definition of the DEBUGGER:SET-BREAK() method.
|
logical |
setBreak(character procName,
long line)
Definition of the DEBUGGER:SET-BREAK() method.
|
logical |
setBreak(java.lang.String procName)
Definition of the DEBUGGER:SET-BREAK() method.
|
logical |
setBreak(java.lang.String procName,
int64 line)
Definition of the DEBUGGER:SET-BREAK() method.
|
logical |
setBreak(java.lang.String procName,
long line)
Definition of the DEBUGGER:SET-BREAK() method.
|
readOnlyError, readOnlyError, resourceTypeid, id, unknown, validisVisible, setVisible, setVisibleinstantiatingProcedurelogical cancelBreak()
false.logical cancelBreak(character procName)
procName - The target procedure name.false.logical cancelBreak(java.lang.String procName)
procName - The target procedure name.false.logical cancelBreak(character procName, int64 line)
procName - The target procedure name.line - The line number on which the breakpoint must be unset.false.logical cancelBreak(character procName, long line)
procName - The target procedure name.line - The line number on which the breakpoint must be unset.false.logical cancelBreak(java.lang.String procName, int64 line)
procName - The target procedure name.line - The line number on which the breakpoint must be unset.false.logical cancelBreak(java.lang.String procName, long line)
procName - The target procedure name.line - The line number on which the breakpoint must be unset.false.logical debug()
false.logical displayMessage(character msg)
msg - The message to be shown.false.logical displayMessage(java.lang.String msg)
msg - The message to be shown.false.logical initiate()
false.logical setBreak()
false.logical setBreak(character procName)
procName - The target procedure name.false.logical setBreak(java.lang.String procName)
procName - The target procedure name.false.logical setBreak(character procName, int64 line)
procName - The target procedure name.line - The line number on which the breakpoint must be set.false.logical setBreak(character procName, long line)
procName - The target procedure name.line - The line number on which the breakpoint must be set.false.logical setBreak(java.lang.String procName, int64 line)
procName - The target procedure name.line - The line number on which the breakpoint must be set.false.logical setBreak(java.lang.String procName, long line)
procName - The target procedure name.line - The line number on which the breakpoint must be set.false.