issue #195: comment out stack pruning code

pull/197/head
David Wilson 7 years ago
parent 810f557514
commit 65fb6ff9fe

@ -58,7 +58,7 @@ def format_stacks():
threadId,
stack,
)]
stack = stack.f_back.f_back
#stack = stack.f_back.f_back
for filename, lineno, name, line in traceback.extract_stack(stack):
l += [

Loading…
Cancel
Save