by amstan » Wed Dec 07, 2011 11:58 pm
You shouldn't be using print statments. stdout and stdin are used with for communication with playgame.py, so any kind of outputting will have to be done differently(like stderr).
playgame.py --help will show you some flags for debugging(to show stderr). I think you want -e and -E.
I'm not sure about the pdb side.
Alexandru M. Stan
Contest Organizer