Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-29 | [debugger] Fixed disappearing breakpoints | Dan Gudmundsson | |
Reported by Ricardo Catalinas Jiménez | |||
2011-08-18 | debugger: By default, only save non-tail-recursive calls | Björn Gustavsson | |
By default, the debugger use to save all calls on its simulated stack. That could facilitate finding errors, but it could also mean that the Debugger could become very slow while executing tail-recursive code. | |||
2011-08-16 | Remove the special handling of Mod:module_info/{0,1} | Björn Gustavsson | |
Many releases ago, Mod:module_info/{0,1} used to be specially handled in the BEAM loader. The debugger has similar special handling. In the current implementation, Mod:module_info/{0,1} are ordinary functions that call special BIFs to do their work. Therefore, remove the special handling of Mod:module_info/{0,1} in the debugger. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-06-07 | debugger: Clean up as suggested by tidier | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |