Beispiel #1
0
 def do_xquit(self, arg):
     print 'Rpdb(%s:%s) debugger: stoped.' % self.io.addr
     self.debugging = False
     Pdb.clear_all_breaks(self)
     Pdb.set_continue(self)
     self.io.close()
     return True 
Beispiel #2
0
 def do_xquit(self, arg):
     print 'Rpdb(%s:%s) debugger: stoped.' % self.io.addr
     self.debugging = False
     Pdb.clear_all_breaks(self)
     Pdb.set_continue(self)
     self.io.close()
     return True