mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Details for debugger interface.
This commit is contained in:
parent
3fb3515303
commit
adfe773d2c
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue