|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpnuts.tools.VisualDebuggerView
pnuts.tools.VisualDebugger
public class VisualDebugger
Field Summary |
---|
Fields inherited from class pnuts.tools.VisualDebuggerView |
---|
actionSuffix, clearAction, closeAction, contAction, imageSuffix, inspectAction, labelSuffix, model, nextAction, openAction, shortcutSuffix, stepAction, stepUpAction, tipSuffix |
Constructor Summary | |
---|---|
VisualDebugger()
|
Method Summary | |
---|---|
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. |
Methods inherited from class pnuts.tools.VisualDebuggerView |
---|
createMenu, createMenubar, createMenuItem, createTextArea, createToolbarButton, exitGUI, getJFrame, getModel, getResource, getResourceString, getTitleString, open, startGUI, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisualDebugger()
Method Detail |
---|
public Context createContext(Context context)
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |