GNU-devel ELPA - inspector

inspector

Description
Tool for inspection of Emacs Lisp objects
Latest
inspector-0.36.0.20230925.194622.tar (.sig), 2024-Mar-31, 130 KiB
Maintainer
Mariano Montone <marianomontone@gmail.com>
Atom feed
inspector.xml
Website
https://github.com/mmontone/emacs-inspector
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

Tool for inspection of Emacs Lisp objects.

Usage:

    M-x `inspector-inspect-expression' to evaluate an elisp expression and inspect the result.
    M-x `inspector-inspect-last-sexp' to evaluate last sexp in current buffer and inspect the result.

Inside the inspector:

    M-x `inspector-pop' bound to letter l, to navigate to previous object.
    M-x `inspector-quit' bound to letter q, to exit the inspector.

Also, M-x `forward-button' and M-x `backward-button' are conveniently bound to n and p.
They can be used for fast navigation across the buttons that the inspector displays.

Finally, you can use M-x `eval-expression' bound to letter e,
to evaluate an elisp expression using the object currently being inspected (it is bound to *).

From the Emacs debugger:

When on an Emacs debugging backtrace, press letter i to inspect the pointed frame and its local variables.

When on edebug-mode, use C-c C-i for inspecting expressions in the debugger.

Old versions

inspector-0.35.0.20230918.195001.tar.lz2023-Sep-1964.8 KiB
inspector-0.34.0.20230914.190620.tar.lz2023-Sep-1564.7 KiB
inspector-0.30.0.20230505.172927.tar.lz2023-May-0564.6 KiB
inspector-0.29.0.20230501.105318.tar.lz2023-May-01 122 KiB
inspector-0.27.0.20230311.102913.tar.lz2023-Mar-11 122 KiB
inspector-0.19.0.20230207.81231.tar.lz2023-Feb-07 120 KiB
inspector-0.9.0.20230103.181948.tar.lz2023-Jan-03 118 KiB
inspector-0.8.0.20220930.100104.tar.lz2022-Sep-30 129 KiB
inspector-0.7.0.20220827.183319.tar.lz2022-Aug-2847.4 KiB
inspector-0.5.0.20220603.170842.tar.lz2022-Jun-0347.2 KiB