|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.croesch.micro_debug.console.Debugger
public final class Debugger
Class that handles the core of debugging. Reads user input and handles the instructions.
| Constructor Summary | |
|---|---|
Debugger(Mic1 mic1)
Constructs a debugger for the given processor. |
|
| Method Summary | |
|---|---|
void |
run()
Starts the debugger and returns when the debugger ended his work. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Debugger(Mic1 mic1)
mic1 - the processor to debug.| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||