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 | |
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. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting and also some migration fixes for debugger | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update debugger tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-11-30 | debugger: fix int eval testcase | Björn-Egil Dahlberg | |
2010-09-03 | Add test suite for debugger | Björn Gustavsson | |