--- anaconda-7.3/text.py Mon Apr 15 19:54:09 2002 +++ anaconda-7.3-f1/text.py Tue Aug 20 12:24:07 2002 @@ -349,7 +349,8 @@ # self.screen.suspendCallback(killSelf, self.screen) # uncomment this line to drop into the python debugger on # --VERY handy-- -# self.screen.suspendCallback(debugSelf, self.screen) +# CJS go into debugger on ctrl-z + self.screen.suspendCallback(debugSelf, self.screen) if flags.serial: self.screen.suspendCallback(spawnShell, self.screen)