Class debugger
- java.lang.Object
-
- 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'smain
method.
-