Commit c4fc1152 authored by Guido van Rossum's avatar Guido van Rossum

Details for debugger interface.

parent a8459f6f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment