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, updatepublic Context createContext()
ContextFactorycreateContext in interface ContextFactorypublic void setBreakPoint(java.lang.Object source,
int lineno)
DebuggersetBreakPoint in interface Debuggerpublic void removeBreakPoint(java.lang.Object source,
int lineno)
DebuggerremoveBreakPoint in interface Debuggerpublic void clearBreakPoints()
DebuggerclearBreakPoints in interface Debuggerpublic void signal(CommandEvent event)
CommandListenersignal in interface CommandListener