I'm working on a game that runs under Linux. The game utilizes the entire screen. I have a second Linux machine and the two talk to each other via TCP/IP over ethernet. I'd like to run the game under gdb on linuxBox1 and have the input and output from gdb go to an XTerm on linuxBox2. I've read a little about remote debugging using the serial interface, but I'd prefer TCP/IP. Is there an easy way to do this? Any help greatly appreciated, George
