Class debugger


  • public final class debugger
    extends java.lang.Object
    A convenience class that launches the Strange Eons script debugger client.

    To use this from a command line, use a command like the following:

    java -cp strange-eons.jar debugger [arguments...]
    Since:
    3.0
    Author:
    Chris Jennings
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Starts the Strange Eons script debugger client, passing the supplied arguments the client's main method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Starts the Strange Eons script debugger client, passing the supplied arguments the client's main method.
        Parameters:
        args - the arguments to pass to the debugger client