lejos.nxt.debug
Class DebugMonitor
java.lang.Object
  
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
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DebugMonitor
public DebugMonitor()
main
public static void main(String[] args)
                 throws Exception
- Throws:
 Exception