Skip to content

Instantly share code, notes, and snippets.

@czpython
Created August 8, 2014 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save czpython/2cc03b570e4859047f70 to your computer and use it in GitHub Desktop.
Save czpython/2cc03b570e4859047f70 to your computer and use it in GitHub Desktop.
import traceback
def view_current_stack():
for line in traceback.format_stack():
print line.strip()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment