]> granicus.if.org Git - python/commitdiff
Details for debugger interface.
authorGuido van Rossum <guido@python.org>
Fri, 16 Oct 1998 21:09:35 +0000 (21:09 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Oct 1998 21:09:35 +0000 (21:09 +0000)
Tools/idle/PyShell.py

index c81b6664cff0425d9e010cc046d39fc94b2e515a..de3d48d61fbc64848f69a79e0b5519a9993c6197 100644 (file)
@@ -270,10 +270,8 @@ class PyShell(PyShellEditorWindow):
     def open_debugger(self):
         import Debugger
         self.interp.setdebugger(Debugger.Debugger(self))
-        sys.ps1 = "[DEBUG ON]>>> "
+        sys.ps1 = "[DEBUG ON]\n>>> "
         self.showprompt()
-        self.top.tkraise()
-        self.text.focus_set()
 
     def beginexecuting(self):
         # Helper for ModifiedInterpreter