Inspection tool for Emacs Lisp objects that uses a tree view.
Works together with the Emacs Inspector when it is loaded; when an object label is clicked on the tree, an inspector is opened on that object.
(require 'tree-inspector)
to load.
Then start the inspector with either M-x tree-inspector-inspect-expression
or M-x tree-inspector-inspect-last-sexp
.