Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Last active June 22, 2016 17:22
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 paulcsmith/4cac699055bef6591c79 to your computer and use it in GitHub Desktop.
Save paulcsmith/4cac699055bef6591c79 to your computer and use it in GitHub Desktop.
Longer backtrace/stacktrace in Erlang/Elixir
# Works great in test/test_helper.exs
:erlang.system_flag :backtrace_depth, 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment