When we call erlang:get_stacktrace we can get the function + line where we crashed. Is there a way to get the arguments the function we crashed in was called, or a way to get the current line we crashed on, what the arguments are currently? This would make narrowing down pesky crashes so much easier.