Last active
June 22, 2016 17:22
-
-
Save paulcsmith/4cac699055bef6591c79 to your computer and use it in GitHub Desktop.
Longer backtrace/stacktrace in Erlang/Elixir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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