lejos.nxt.debug
Class DebugMonitor

java.lang.Object
  extended by lejos.nxt.debug.DebugMonitor

public class DebugMonitor
extends Object

Simple debug monitor that can be run alongside and nxj program. This class catches unhandled excpetions and user interrupts (accept + escape key), it displays information about the event (stack trace etc.). The user is then abble to either perform a soft reset (Escape), a hard reset (Escape + Accept), or continue running the program (any other key). All output is directed via System.err.

Author:
andy

Constructor Summary
DebugMonitor()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugMonitor

public DebugMonitor()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception