summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/OldStackViewer.py
Commit message (Collapse)AuthorAgeFilesLines
* Combine OldStackViewer.py with Debugger.py, removing dead code.unknown2002-07-051-280/+0
| | | | | | M Debugger.py : Incorporate StackViewer, NamespaceViewer classes M StackViewer.py : remove import OldStackViewer U OldStackViewer.py : remove file
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-161-1/+5
| | | | | | Use a repr() on the subprocess side when fetching dict values for stack. The various dict entities are not needed by the debugger GUI, only their representation.
* Initial revisionDavid Scherer2000-08-151-0/+276