|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Debugger_std | +--GraphicalDebugger
This class is a Debugger_std specified to be interfaced with the UI DebuggerFrame.
You can read the source of this class here.
Constructor Summary | |
GraphicalDebugger(DigitalComponentUI dui)
|
Method Summary | |
void |
AssembleAndLoadSource()
Assembles and loadsthe source code. |
void |
DisplayBreakpoints()
Displays the breakpoints. |
void |
DisplayFileRegisters()
Displays the file registers. |
void |
DisplayFlash()
Displays the flash. |
void |
DisplayInstruction()
Displays the current instruction. |
void |
DisplayStack()
Displays the stack. |
void |
DisplayState()
Displays the state of the PIC. |
void |
LoadProgram(CompiledProgram prog)
Loads a program into the PIC. |
void |
LoadSource(java.lang.String filename)
|
void |
ModifyState(int i)
|
void |
RefreshFlash(int n)
Refreshes instruction n of the flash. |
void |
setRAM(int i)
|
void |
setStack(int i)
|
Methods inherited from class Debugger_std |
Animate,
DisplayAll,
GetBreakpoint,
getLabelAddress,
getPC,
getPIC,
IsBreakpoint,
LoadProgram,
RemoveBreakpoint,
Run,
Running,
SaveProgram,
SaveSource,
SetBreakpoint,
setPC,
StepOver,
Stop,
Trace,
UpdateSource |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GraphicalDebugger(DigitalComponentUI dui)
Method Detail |
public void LoadSource(java.lang.String filename)
public void DisplayFileRegisters()
public void DisplayFlash()
public void RefreshFlash(int n)
public void DisplayState()
public void DisplayInstruction()
public void DisplayStack()
public void DisplayBreakpoints()
public void LoadProgram(CompiledProgram prog)
prog
- CompiledProgram to load.public void AssembleAndLoadSource()
public void ModifyState(int i)
public void setStack(int i)
public void setRAM(int i)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |