Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-03 | Fix evaluation of map updates in the debugger and erl_eval | Anthony Ramine | |
Reported-by: José Valim | |||
2014-03-15 | Fix evaluation of empty map updates in the debugger | Anthony Ramine | |
2013-12-15 | Fix evaluation of andalso and orelse in the debugger | Anthony Ramine | |
Their exporting rules were not respected. | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-17 | Remove support for tuple funs | Björn Gustavsson | |
Tuple funs were deprecated in R15B (in commit a4029940e309518f5500). | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson | |
This commit is a preparation for introducing location information (filename/line number) in stacktraces in exceptions. Currently a stack trace looks like: [{Mod1,Function1,Arity1}, . . . {ModN,FunctionN,ArityN}] Add a forth element to each tuple that can be used indication the filename and line number of the source file: [{Mod1,Function1,Arity1,Location1}, . . . {ModN,FunctionN,ArityN,LocationN}] In this commit, the fourth element will just be an empty list, and we will change all code that look at or manipulate stacktraces. | |||
2011-08-16 | Don't include tail-recursive calls in stacktraces | Björn Gustavsson | |
The stacktrace in debugger-generated exceptions should be as similar to stacktraces in BEAM-generated exceptions as possible. | |||
2010-09-03 | Add test suite for debugger | Björn Gustavsson | |