com.github.croesch.micro_debug.console
Class Debugger

java.lang.Object
  extended by com.github.croesch.micro_debug.console.Debugger
All Implemented Interfaces:
Runnable

public final class Debugger
extends Object
implements Runnable

Class that handles the core of debugging. Reads user input and handles the instructions.

Since:
Date: Dec 3, 2011
Author:
croesch

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

Debugger

public Debugger(Mic1 mic1)
Constructs a debugger for the given processor.

Parameters:
mic1 - the processor to debug.
Since:
Date: Dec 3, 2011
Method Detail

run

public void run()
Starts the debugger and returns when the debugger ended his work.

Specified by:
run in interface Runnable


Copyright © 2012. All Rights Reserved.