Commit 0cf11066 authored by Luke Macken's avatar Luke Macken

newlines between our stack frames

parent 06323c27
......@@ -3,3 +3,4 @@ import sys, traceback
for thread, frame in sys._current_frames().iteritems():
print('Thread 0x%x' % thread)
traceback.print_stack(frame)
print
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