mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
Combine OldStackViewer.py with Debugger.py, removing dead code.
M Debugger.py : Incorporate StackViewer, NamespaceViewer classes M StackViewer.py : remove import OldStackViewer U OldStackViewer.py : remove file
This commit is contained in:
parent
ba78bc4a32
commit
ed813bff29
3 changed files with 164 additions and 290 deletions
|
@ -5,7 +5,6 @@ import linecache
|
|||
|
||||
from TreeWidget import TreeNode, TreeItem, ScrolledCanvas
|
||||
from ObjectBrowser import ObjectTreeItem, make_objecttreeitem
|
||||
from OldStackViewer import StackViewer, NamespaceViewer
|
||||
|
||||
def StackBrowser(root, flist=None, tb=None, top=None):
|
||||
if top is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue