This program is a debugger for the RoboCupRescue Prototype Simulation System.

java -jar debugger.jar [-t <team>] [[-h <host>][-p <port>]|[-l <log>][-a <actlog>]]
<team> team name
<host> kernel host (default: localhost)
<port> kernel port (default: 6000)
<log> log file
<actlog> action log file
(This debugger saves "/tmp/action.log" as the action log file)
% java -jar debugger-X.XX.jar -h HOST_WHERE_THE_KERNEL_IS_RUNNING
% java -jar debugger-X.XX.jar -l /LOG/FILE -a /ACTION/LOG/FILE
| Version | Date | Jar file | Source Files and Documents | Requirements |
|---|---|---|---|---|
| 0.10 | Jun. 28th 2002 | debugger-0.10.jar | debugger-0.10.tar.gz | Java 1.3 |