public class VisualDebugger extends VisualDebuggerView implements Debugger, ContextFactory
actionSuffix, clearAction, closeAction, contAction, imageSuffix, inspectAction, labelSuffix, model, nextAction, openAction, shortcutSuffix, stepAction, stepUpAction, tipSuffix
Constructor and Description |
---|
VisualDebugger() |
Modifier and Type | Method and Description |
---|---|
void |
clearBreakPoints()
Remove all breakpoints
|
Context |
createContext()
Create a context
|
Context |
createContext(Context context) |
void |
removeBreakPoint(java.lang.Object source,
int lineno)
Remove a breakpoint
|
void |
setBreakPoint(java.lang.Object source,
int lineno)
Sets a breakpoint
|
void |
signal(CommandEvent event)
Some kind of event raised, e.g.
|
createMenu, createMenubar, createMenuItem, createTextArea, createToolbarButton, exitGUI, getJFrame, getModel, getResource, getResourceString, getTitleString, open, startGUI, update
public Context createContext()
ContextFactory
createContext
in interface ContextFactory
public void setBreakPoint(java.lang.Object source, int lineno)
Debugger
setBreakPoint
in interface Debugger
public void removeBreakPoint(java.lang.Object source, int lineno)
Debugger
removeBreakPoint
in interface Debugger
public void clearBreakPoints()
Debugger
clearBreakPoints
in interface Debugger
public void signal(CommandEvent event)
CommandListener
signal
in interface CommandListener