A long time ago (6mos? a year) I got tired of manually typing support for history and tab completion into the zope debugger. So I just hooked the debug command up to read my .pythonrc file by importing user in the do_debug method  of zopectl.py.def do_debug(self, arg):    cmdline = self.get_startup_cmd(self.options