public interface Debugger extends CommandListener
Modifier and Type | Method and Description |
---|---|
void |
clearBreakPoints()
Remove all breakpoints
|
void |
removeBreakPoint(java.lang.Object source,
int lineno)
Remove a breakpoint
|
void |
setBreakPoint(java.lang.Object source,
int lineno)
Sets a breakpoint
|
signal