Kaydet (Commit) d5c8497a authored tarafından Guido van Rossum's avatar Guido van Rossum

I think I like it better if it prints the traceback even when it displays

the stack viewer.
üst 9016fcf4
......@@ -129,8 +129,8 @@ class ScriptBinding:
except:
(sys.last_type, sys.last_value,
sys.last_traceback) = sys.exc_info()
## linecache.checkcache()
## traceback.print_exc()
linecache.checkcache()
traceback.print_exc()
if not debugger:
from StackViewer import StackBrowser
sv = StackBrowser(self.root, self.flist)
......
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