media/openttd.256.png
author |
truelight |
|
Thu, 08 Feb 2007 12:27:53 +0000 |
changeset 6210 |
717cc12ac0a9 |
parent 1100 |
e1f9c3ba4acd
|
permissions |
-rw-r--r-- |
(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP
For example, launch on 192.168.0.1 with, say, netcat a listener: netcat -l -p 3982
Launch OpenTTD on a remote host (say, PSP): ./openttd -l 192.168.0.1 -d9
And you get all debug information on 192.168.0.1. Very useful for debugging Portable systems.