Home | History | Annotate | Download | only in idlelib

Lines Matching full:debugger

52 	debugger -i	    open an interactive shell -i file(s) open a
342 * Debugger.py: py-cvs-rel2_1 (Rev 1.15) merge - whitespace
418 ClassBrowser.py, ColorDelegator.py, Debugger.py, Delegator.py,
435 Debugger.py, Delegator.py, EditorWindow.py, FileList.py,
463 ConfigParser.py, Debugger.py, Delegator.py, EditorWindow.py,
531 ColorDelegator.py, ConfigParser.py, Debugger
553 ColorDelegator.py, ConfigParser.py, Debugger.py, Delegator.py,
584 Adding the old stack viewer implementation back, for the debugger.
587 (XXX: the debugger doesn't yet use this.)
643 * PyShell.py: Close debugger when closing. This may break a cycle.
645 * Debugger.py: Break cycle on close.
1065 -d -- enable debugger
1235 * Debugger.py: Add canonic() function -- for brand new bdb.py feature.
1257 * Debugger.py: Add Quit button to the debugger window.
1301 * Debugger.py: Bind ESC to close-window.
1327 import or reload) or debug it (same with debugger control). Output
1389 Debugger.py, Delegator.py, ColorDelegator.py, Bindings.py, ClassBrowser.py, AutoExpand.py, AutoIndent.py:
1447 * Debugger.py: Use of Breakpoint class should be bdb.Breakpoint.
1459 * Debugger.py:
1482 * PyShell.py: Details for debugger interface.
1484 * Debugger.py:
1490 * Debugger.py, StackViewer.py:
1491 Debugger can now show local and global variables.
1493 * Debugger.py: Oops
1495 * Debugger.py, PyShell.py: Better debugger support (show stack etc).
1516 * Debugger.py: Don't show function name if there is none
1520 * Debugger.py, PyShell.py: Polish the Debugger GUI a bit.
1525 * Debugger.py, PyShell.py, Bindings.py:
1526 Ad primitive debugger interface (so far it will step and show you the