Age | Commit message (Expand) | Author |
---|---|---|
2011-08-18 | debugger: Include line numbers in exceptions | Björn Gustavsson |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson |
2011-08-16 | Don't include tail-recursive calls in stacktraces | Björn Gustavsson |
2011-08-16 | Fix the no_tail option | Björn Gustavsson |
2011-08-16 | Delay saving of the stack in exit_info when an exception occurs | Björn Gustavsson |
2011-08-16 | Make stacktraces in exceptions more similar to BEAM's stacktraces | Björn Gustavsson |
2011-08-16 | Don't build stacktrace until erlang:get_stacktrace() is called | Björn Gustavsson |
2011-08-16 | Rewrite stack handling | Björn Gustavsson |
2011-08-16 | ieval record: Rename the misnamed 'last_call' field to 'top' | Björn Gustavsson |
2011-08-16 | dbg_istk: Use a record for stack entries instead of a tuple | Björn Gustavsson |
2011-08-16 | Break out stack handling into the dbg_istk module | Björn Gustavsson |