STR-741: Add compiler option for showing current term along with stack trace
Improve the stack trace information provided in 17522 by also (optionally) show the constructor name and arity of the current term along with each entry in the trace, e.g:
main_0_0: []
foo_0_0: Foo/1
bar_0_0: Zap/3Since this requires additional amounts of memory and some runtime overhead, it should be enabled by default. Perhaps we want a -g switch for debugging information?
Submitted on 6 March 2008 at 14:50
Issue Log
On 9 January 2013 at 16:55 Eelco Visser removed tag 0.22
On 9 January 2013 at 16:55 Eelco Visser tagged interesting
Log in to post comments