Major mode to view elisp trace output using interactive tree widgets (collapse/expand children).
Overrides trace-make-advice
from trace.el.
When this file is loaded, it will simply override (using advice)
trace-make-advice
so the output from the trace-*
functions in trace.el will
be handled by this mode, instead of as plaintext.
Place file on load-path
and require
somewhere before
calling tracing functions.
Code:
Converted from trace-tree.el
by el2markdown.