Details for debugger interface.

This commit is contained in:
Guido van Rossum 1998-10-16 21:09:35 +00:00
parent 3fb3515303
commit adfe773d2c

View 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